Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | support EDU YouTube playlists (closes #407) | Filippo Valsorda | |
2012-10-09 | Re-engineered Dailymotion qualities selection (thanks @knagano, sort of ↵ | Filippo Valsorda | |
merges #176) | |||
2012-10-09 | Merge PR #422 from 'kevinamadeus/master' | Filippo Valsorda | |
Add InfoExtractor for Google Plus video (with fixes) | |||
2012-10-03 | Added uploaded date for Dailymotion | Tailszefox | |
2012-09-30 | Merged, modified and compiled Dailymotion pull request #446 by @Steap | Filippo Valsorda | |
2012-09-30 | DailymotionIE: There is not necessarily an underscore in a Dailymotion URL. | Cyril Roelandt | |
2012-09-30 | DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" ↵ | Cyril Roelandt | |
keywords. In this case, the "video_url" keyword should be looked for. | |||
2012-09-29 | Merge pull request #403 from FiloSottile/re_VERBOSE | Filippo Valsorda | |
2012-09-29 | Not all Dailymotion videos have an hqURL, now downloads highest quality ↵ | Filippo Valsorda | |
available | |||
2012-09-29 | Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?) | Filippo Valsorda | |
2012-09-27 | Fixed YouTube playlist parsing | cryzed | |
2012-09-27 | Merge remote-tracking branch 'FiloSottille/supports' | Philipp Hagemeister | |
Conflicts: youtube-dl | |||
2012-09-27 | Merge xnxx.com Support (NSFW). Test URL (SFW): ↵ | Philipp Hagemeister | |
http://video.xnxx.com/video1443330/youtube-dl_testvid_a_and_9829_._and_amp_and_38_ | |||
2012-09-27 | Add 'signature' to YouTube URLs, fixes #427 | Danko Alexeyev | |
2012-09-25 | Add InfoExtractor for Google Plus video | Kevin Kwan | |
2012-08-20 | Made the YouTubeIE regex verbose/commented | Filippo Valsorda | |
2012-08-19 | Re-engineered XNXXIE to actually exit on ERRORs even with -i | Filippo Valsorda | |
2012-08-19 | Merge pull request #398 from tempname/master | Filippo Valsorda | |
2012-08-19 | bugfix and standarize the youku.com support | Filippo Valsorda | |
2012-08-19 | Merge pull request #395 from thesues/master | Filippo Valsorda | |
2012-08-19 | Merge 'rbrito/support-tube.majestyc.net' (PR #391) with small fix | Filippo Valsorda | |
2012-08-15 | added InfoExtractor for XNXX | tempname | |
2012-08-10 | Merge branch 'master' of github.com:thesues/youtube-dl | dongmao zhang | |
Conflicts: youtube-dl youtube_dl/InfoExtractors.py | |||
2012-08-09 | add www.youku.com support | dongmao zhang | |
2012-08-09 | merge | dongmao zhang | |
2012-08-09 | fix 0a->0A bug | dongmao zhang | |
2012-08-09 | youku default to download hd2 video | dongmao zhang | |
2012-08-09 | add youku support | dongmao zhang | |
2012-08-05 | Support downloading Youtube videos via tube.majestyc.net | Rogério Brito | |
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> | |||
2012-08-01 | Merge pull request #386 from FiloSottile/blip | Philipp Hagemeister | |
Blip.tv | |||
2012-08-01 | BlipTVUserIE fix | Filippo Valsorda | |
2012-08-01 | moved the User-Agent workaround to the BlipTV IE | Filippo Valsorda | |
2012-07-31 | changed YouTube closed captions URL; closes #382 | Filippo Valsorda | |
2012-07-31 | xvideos patch by @pocoimporta - closes #370 | Filippo Valsorda | |
2012-07-18 | Fix EscapistMagazine IE | Philipp Hagemeister | |
2012-06-30 | YouTube playlist fix; closes #365 and #331 | Filippo Valsorda | |
2012-06-26 | Change a number of subtitle sequence to begin with one (instead of zero) for ↵ | Witchakorn Kamolpornwijit | |
ffmpeg,avcodec, and Matroska compatibility | |||
2012-06-22 | display a meaningful error message on rental videos (#359) | Filippo Valsorda | |
2012-06-06 | Merge pull requests #356 #357 #358 by jcarlosgarciasegovia | Filippo Valsorda | |
2012-06-06 | Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a ↵ | Juan Carlos Garcia Segovia | |
Unicode string. it needs a UTF-8 byte buffer | |||
2012-06-06 | Information Extractor for blip.tv users | Juan Carlos Garcia Segovia | |
2012-05-30 | don't corrupt stdout (-o -) in verbose mode | chocolateboy | |
2012-05-23 | Fix Escapist IE | Philipp Hagemeister | |
2012-05-09 | reorganized the titles sanitizing: now title is the untouched title | Filippo Valsorda | |
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164 | |||
2012-05-09 | Introduced Trouble(Exception) for more elegant non-fatal errors handling | Filippo Valsorda | |
2012-05-01 | merge upstream | Filippo Valsorda | |
2012-05-01 | dropped the support for Python 2.5 | Filippo Valsorda | |
let's elaborate the decision: Python 2.5 is a 6 years old release and "under the current release policy, no security issues in Python 2.5 will be fixed anymore" (!!); also, it doesn't support the new zipfile distribution format. | |||
2012-04-13 | some HTMLParser bugfixes | Filippo Valsorda | |
2012-04-11 | merged unescapeHTML branch; removed lxml dependency | Filippo Valsorda | |
2012-04-10 | better naming for the sub-modules | Filippo Valsorda - Campagna | |