summaryrefslogtreecommitdiffstats
path: root/youtube_dl/InfoExtractors.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added duration for YouTube videosTailszefox2012-10-221-1/+8
| |
* | Support raw playlist parameters (Closes #482)Philipp Hagemeister2012-10-221-1/+1
| |
* | handle YT urls with #/ redirects (closes #484)Filippo Valsorda2012-10-221-0/+1
| |
* | New IE: YouTube channels (closes #396)Filippo Valsorda2012-10-141-0/+50
| |
* | support EDU YouTube playlists (closes #407)Filippo Valsorda2012-10-111-2/+2
| |
* | Re-engineered Dailymotion qualities selection (thanks @knagano, sort of ↵Filippo Valsorda2012-10-091-9/+16
| | | | | | | | merges #176)
* | Merge PR #422 from 'kevinamadeus/master'Filippo Valsorda2012-10-091-0/+124
|\ \ | | | | | | | | | | | | Add InfoExtractor for Google Plus video (with fixes)
| * | Add InfoExtractor for Google Plus videoKevin Kwan2012-09-251-0/+124
| |/
* | Added uploaded date for DailymotionTailszefox2012-10-031-1/+6
| |
* | Merged, modified and compiled Dailymotion pull request #446 by @SteapFilippo Valsorda2012-09-301-2/+2
| |
* | DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.Cyril Roelandt2012-09-301-1/+1
| |
* | DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" ↵Cyril Roelandt2012-09-301-1/+3
| | | | | | | | keywords. In this case, the "video_url" keyword should be looked for.
* | Merge pull request #403 from FiloSottile/re_VERBOSEFilippo Valsorda2012-09-291-2/+24
|\ \
| * | Made the YouTubeIE regex verbose/commentedFilippo Valsorda2012-08-201-2/+23
| |/
* | Not all Dailymotion videos have an hqURL, now downloads highest quality ↵Filippo Valsorda2012-09-291-4/+7
| | | | | | | | available
* | Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)Filippo Valsorda2012-09-291-9/+7
| |
* | Fixed YouTube playlist parsingcryzed2012-09-271-1/+1
| |
* | Merge remote-tracking branch 'FiloSottille/supports'Philipp Hagemeister2012-09-271-28/+147
|\ \ | | | | | | | | | | | | Conflicts: youtube-dl
| * | Re-engineered XNXXIE to actually exit on ERRORs even with -iFilippo Valsorda2012-08-191-27/+21
| | |
| * | Merge pull request #398 from tempname/masterFilippo Valsorda2012-08-191-1/+71
| |\ \
| * | | bugfix and standarize the youku.com supportFilippo Valsorda2012-08-191-13/+2
| | | |
| * | | Merge pull request #395 from thesues/masterFilippo Valsorda2012-08-191-0/+136
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:thesues/youtube-dldongmao zhang2012-08-101-1/+3
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube-dl youtube_dl/InfoExtractors.py
| | | * | | add www.youku.com supportdongmao zhang2012-08-091-0/+132
| | | | |/ | | | |/|
| | * | | mergedongmao zhang2012-08-091-2/+2
| | | | |
| | * | | fix 0a->0A bugdongmao zhang2012-08-091-3/+3
| | | | |
| | * | | youku default to download hd2 videodongmao zhang2012-08-091-4/+20
| | | | |
| | * | | add youku supportdongmao zhang2012-08-091-0/+118
| | |/ /
| * | | Merge 'rbrito/support-tube.majestyc.net' (PR #391) with small fixFilippo Valsorda2012-08-191-1/+1
| |\ \ \ | | |/ / | |/| |
* | | | Merge xnxx.com Support (NSFW). Test URL (SFW): ↵Philipp Hagemeister2012-09-271-0/+70
|\ \ \ \ | | |_|/ | |/| | | | | | http://video.xnxx.com/video1443330/youtube-dl_testvid_a_and_9829_._and_amp_and_38_
| * | | added InfoExtractor for XNXXtempname2012-08-151-0/+70
| |/ /
* | / Add 'signature' to YouTube URLs, fixes #427Danko Alexeyev2012-09-271-1/+1
| |/ |/|
* | Support downloading Youtube videos via tube.majestyc.netRogério Brito2012-08-051-1/+1
|/ | | | | | | | | | A user requested (in Debian's bug tracking system) that support for tube.majestyc.net, a frontend for Youtube with accessibility functions (and other support for other assistive technologies), be added. This patch adds support for this. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* Merge pull request #386 from FiloSottile/blipPhilipp Hagemeister2012-08-011-1/+94
|\ | | | | Blip.tv
| * BlipTVUserIE fixFilippo Valsorda2012-08-011-8/+8
| |
| * moved the User-Agent workaround to the BlipTV IEFilippo Valsorda2012-08-011-0/+1
| |
| * Merge pull requests #356 #357 #358 by jcarlosgarciasegoviaFilippo Valsorda2012-06-061-0/+92
| |\
| | * Information Extractor for blip.tv usersJuan Carlos Garcia Segovia2012-06-061-0/+92
| | |
| * | Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a ↵Juan Carlos Garcia Segovia2012-06-061-1/+1
| |/ | | | | | | Unicode string. it needs a UTF-8 byte buffer
* | changed YouTube closed captions URL; closes #382Filippo Valsorda2012-07-311-3/+6
| |
* | xvideos patch by @pocoimporta - closes #370Filippo Valsorda2012-07-311-2/+2
| |
* | Fix EscapistMagazine IEPhilipp Hagemeister2012-07-181-2/+4
| |
* | YouTube playlist fix; closes #365 and #331Filippo Valsorda2012-06-301-3/+3
| |
* | Change a number of subtitle sequence to begin with one (instead of zero) for ↵Witchakorn Kamolpornwijit2012-06-261-1/+1
| | | | | | | | ffmpeg,avcodec, and Matroska compatibility
* | display a meaningful error message on rental videos (#359)Filippo Valsorda2012-06-221-0/+5
|/
* don't corrupt stdout (-o -) in verbose modechocolateboy2012-05-301-2/+2
|
* Fix Escapist IEPhilipp Hagemeister2012-05-231-1/+2
|
* reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda2012-05-091-53/+7
| | | | | and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
* Introduced Trouble(Exception) for more elegant non-fatal errors handlingFilippo Valsorda2012-05-091-24/+23
|
* merge upstreamFilippo Valsorda2012-05-011-7/+8
|