aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-22Added support for custom user agents.hdclark
Added a few simple lines to add support for the flag "--user-agent" to pass a custom string to std_header['User-Agent'].
2012-08-20Made the YouTubeIE regex verbose/commentedFilippo Valsorda
2012-08-19tweaked the --audio-quality input validation/specificationFilippo 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-19Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda
2012-08-15added InfoExtractor for XNXXtempname
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-03A more "make-esque" Makefile with file targets and dependenciesFilippo Valsorda
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-08-01added one-step realese script 'make release version=nn' - closes #158Filippo Valsorda
2012-08-01added automatically generated bash-completion; closes #191Filippo Valsorda
2012-08-01auto-generating manpage from README.md (closes #151); redesigned MakefileFilippo Valsorda
2012-08-01Merge branch 'joehillen/master' - pull request #381Filippo Valsorda
2012-07-31changed YouTube closed captions URL; closes #382Filippo Valsorda
2012-07-31xvideos patch by @pocoimporta - closes #370Filippo Valsorda
2012-07-22Added install target to Makefile.joehillen
2012-07-18Fix EscapistMagazine IEPhilipp Hagemeister
2012-07-14changed --audio-quality behaviour to support both CBR and VBRFilippo Valsorda
2012-07-14fixed a logic bug in post-processingFilippo Valsorda
2012-06-30YouTube playlist fix; closes #365 and #331Filippo Valsorda
2012-06-26Merge pull request #363 from chalet16/masterFilippo Valsorda
Change a number of subtitle sequence to begin with one - closes #362
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-06-06Use an User-Agent that will allow downloading from blip.tv fixes #325Juan Carlos Garcia Segovia
2012-06-03Merge pull request #353 from FiloSottile/avconvFilippo Valsorda
check for avconv and ffmpeg, use as available; closes #344
2012-06-03normalize ffmpeg/avconv names printingFilippo Valsorda
2012-06-03check for avconv and ffmpeg, use as available; closes #344Filippo Valsorda
2012-05-31Merge pull request #352 from chocolateboy/decontaminate_stdoutPhilipp Hagemeister
don't corrupt stdout (-o -) in verbose mode
2012-05-30don't corrupt stdout (-o -) in verbose modechocolateboy
2012-05-27fixed a couple of Windows exe update bugsFilippo Valsorda
2012-05-23quiet zip in make compilePhilipp Hagemeister
2012-05-23Fix Escapist IEPhilipp Hagemeister
2012-05-22Merge pull request #342 from FiloSottile/masterPhilipp Hagemeister
Re-organized code and a lot of other stuff.
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