summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | |
* | | adding new --output replacements. Thanks @danut007ro (closes #442)Filippo Valsorda2012-09-291-1/+1
| | |
* | | update default UA string (Closes #390)Philipp Hagemeister2012-09-271-1/+1
| | |
* | | Add new field "extractor" to the info dictionaryPhilipp Hagemeister2012-09-271-1/+1
| | |
* | | Merge pull request #425 from danut007ro/masterPhilipp Hagemeister2012-09-271-0/+1
|\ \ \ | | | | | | | | Provider (youtube, etc) is now saved in info_dict
| * | | Provider (youtube, etc) is now saved in info_dict, so template filename can ↵danut007ro2012-09-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | be something like %(provider)s_%(id)s.%(ext)s This can be useful because videos should also be identified by their providers since id's can be the same on multiple providers.
| * | | Removed provider (mistake) and add provider parameter to process_infodanut007ro2012-09-272-26/+2
| | | |
| * | | Merge branch 'master' of https://github.com/rg3/youtube-dldanut007ro2012-09-261-1/+1
| |\ \ \
| * | | | Every extractor also return it's name.danut007ro2012-09-261-0/+24
| | |/ / | |/| |
* | | | Merge pull request #432 from cryzed/masterPhilipp Hagemeister2012-09-271-1/+1
|\ \ \ \ | | | | | | | | | | Fixed YouTube playlist parsing
| * | | | Fixed YouTube playlist parsingcryzed2012-09-271-1/+1
| | | | |
* | | | | Improve option definitionsPhilipp Hagemeister2012-09-271-6/+6
| | | | |
* | | | | Merge remote-tracking branch 'FiloSottille/vbr'Philipp Hagemeister2012-09-272-4/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube-dl youtube-dl.exe
| * | | | | tweaked the --audio-quality input validation/specificationFilippo Valsorda2012-08-191-1/+5
| | | | | |
| * | | | | changed --audio-quality behaviour to support both CBR and VBRFilippo Valsorda2012-07-142-4/+10
| | | | | |
* | | | | | Merge pull request #405 from hdclark/masterPhilipp Hagemeister2012-09-271-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Support for custom user agent
| * | | | | Added support for custom user agents.hdclark2012-08-221-1/+6
| | |/ / / | |/| | | | | | | | Added a few simple lines to add support for the flag "--user-agent" to pass a custom string to std_header['User-Agent'].
* | | | | Merge remote-tracking branch 'FiloSottille/supports'Philipp Hagemeister2012-09-272-28/+148
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-192-1/+72
| |\ \ \ \ \
| * | | | | | bugfix and standarize the youku.com supportFilippo Valsorda2012-08-191-13/+2
| | | | | | |
| * | | | | | Merge pull request #395 from thesues/masterFilippo Valsorda2012-08-192-0/+137
| |\ \ \ \ \ \
| | * \ \ \ \ \ 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-092-0/+133
| | | | | | | | |
| | * | | | | | | 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-092-0/+119
| | |/ / / / / /
| * | | | | | | 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-272-0/+71
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | http://video.xnxx.com/video1443330/youtube-dl_testvid_a_and_9829_._and_amp_and_38_
| * | | | | | | added InfoExtractor for XNXXtempname2012-08-151-0/+1
| | | | | | | |
| * | | | | | | added InfoExtractor for XNXXtempname2012-08-151-0/+70
| | |_|/ / / / | |/| | | | |
* | | | | | | Release 2012.09.27Philipp Hagemeister2012-09-271-1/+1
| | | | | | |
* | | | | | | Add 'signature' to YouTube URLs, fixes #427Danko Alexeyev2012-09-271-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #391 from rbrito/support-tube.majestyc.netPhilipp Hagemeister2012-09-251-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | Support downloading Youtube videos via tube.majestyc.net
| * | | | 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>
* / / / Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400Filippo Valsorda2012-08-191-1/+1
|/ / /
* | | Merge pull request #386 from FiloSottile/blipPhilipp Hagemeister2012-08-012-1/+95
|\ \ \ | | | | | | | | Blip.tv
| * | | BlipTVUserIE fixFilippo Valsorda2012-08-011-8/+8
| | | |
| * | | moved the User-Agent workaround to the BlipTV IEFilippo Valsorda2012-08-012-1/+2
| | | |
| * | | Merge pull requests #356 #357 #358 by jcarlosgarciasegoviaFilippo Valsorda2012-06-063-1/+94
| |\ \ \
| | * | | Information Extractor for blip.tv usersJuan Carlos Garcia Segovia2012-06-062-0/+93
| | | | |
| | * | | Use an User-Agent that will allow downloading from blip.tv fixes #325Juan Carlos Garcia Segovia2012-06-061-1/+1
| | | | |
| * | | | 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
| |/ / |/| |
* | | fixed a logic bug in post-processingFilippo Valsorda2012-07-141-2/+2
| |/ |/|