aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/InfoExtractors.py
AgeCommit message (Collapse)Author
2012-09-30DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.Cyril Roelandt
2012-09-30DailymotionIE: 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-29Merge pull request #403 from FiloSottile/re_VERBOSEFilippo Valsorda
2012-09-29Not all Dailymotion videos have an hqURL, now downloads highest quality ↵Filippo Valsorda
available
2012-09-29Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)Filippo Valsorda
2012-09-27Fixed YouTube playlist parsingcryzed
2012-09-27Merge remote-tracking branch 'FiloSottille/supports'Philipp Hagemeister
Conflicts: youtube-dl
2012-09-27Merge 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-27Add 'signature' to YouTube URLs, fixes #427Danko Alexeyev
2012-09-25Add InfoExtractor for Google Plus videoKevin Kwan
2012-08-26Add arte.tv Info ExtractorChristian Albrecht
2012-08-20Made the YouTubeIE regex verbose/commentedFilippo Valsorda
2012-08-19Re-engineered XNXXIE to actually exit on ERRORs even with -iFilippo Valsorda
2012-08-19Merge pull request #398 from tempname/masterFilippo Valsorda
2012-08-19bugfix and standarize the youku.com supportFilippo Valsorda
2012-08-19Merge pull request #395 from thesues/masterFilippo Valsorda
2012-08-19Merge 'rbrito/support-tube.majestyc.net' (PR #391) with small fixFilippo Valsorda
2012-08-15added InfoExtractor for XNXXtempname
2012-08-10Merge branch 'master' of github.com:thesues/youtube-dldongmao zhang
Conflicts: youtube-dl youtube_dl/InfoExtractors.py
2012-08-09add www.youku.com supportdongmao zhang
2012-08-09mergedongmao zhang
2012-08-09fix 0a->0A bugdongmao zhang
2012-08-09youku default to download hd2 videodongmao zhang
2012-08-09add youku supportdongmao zhang
2012-08-05Support downloading Youtube videos via tube.majestyc.netRogé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-01Merge pull request #386 from FiloSottile/blipPhilipp Hagemeister
Blip.tv
2012-08-01BlipTVUserIE fixFilippo Valsorda
2012-08-01moved the User-Agent workaround to the BlipTV IEFilippo Valsorda
2012-07-31changed YouTube closed captions URL; closes #382Filippo Valsorda
2012-07-31xvideos patch by @pocoimporta - closes #370Filippo Valsorda
2012-07-18Fix EscapistMagazine IEPhilipp Hagemeister
2012-06-30YouTube playlist fix; closes #365 and #331Filippo Valsorda
2012-06-26Change a number of subtitle sequence to begin with one (instead of zero) for ↵Witchakorn Kamolpornwijit
ffmpeg,avcodec, and Matroska compatibility
2012-06-22display a meaningful error message on rental videos (#359)Filippo Valsorda
2012-06-06Merge pull requests #356 #357 #358 by jcarlosgarciasegoviaFilippo Valsorda
2012-06-06Some 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-06Information Extractor for blip.tv usersJuan Carlos Garcia Segovia
2012-05-30don't corrupt stdout (-o -) in verbose modechocolateboy
2012-05-23Fix Escapist IEPhilipp Hagemeister
2012-05-09reorganized the titles sanitizing: now title is the untouched titleFilippo Valsorda
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164
2012-05-09Introduced Trouble(Exception) for more elegant non-fatal errors handlingFilippo Valsorda
2012-05-01merge upstreamFilippo Valsorda
2012-05-01dropped the support for Python 2.5Filippo 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-13some HTMLParser bugfixesFilippo Valsorda
2012-04-11merged unescapeHTML branch; removed lxml dependencyFilippo Valsorda
2012-04-10better naming for the sub-modulesFilippo Valsorda - Campagna
2012-03-30's/ /\t/'Filippo Valsorda
2012-03-30moved increment_downloads and process_info calls from IEs to FD.download ↵Filippo Valsorda
(#296) (follows current doclines); a small step towards importability #217
2012-03-25Split code as a package, compiled into an executable zipFilippo Valsorda