summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated youtube-dl.exeFilippo Valsorda2012-09-291-0/+0
|
* 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-292-4/+7
| | | | | | | | available
* | Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)Filippo Valsorda2012-09-292-9/+7
| |
* | adding new --output replacements. Thanks @danut007ro (closes #442)Filippo Valsorda2012-09-294-9/+24
| |
* | added new FAQ on exe dependencyFilippo Valsorda2012-09-291-0/+4
| |
* | New FAQ: What is this binary file? (+ small fix to other one)Filippo Valsorda2012-09-281-2/+6
| |
* | update default UA string (Closes #390)Philipp Hagemeister2012-09-271-1/+1
| |
* | Add recent breakage to FAQ (Closes #433)Philipp Hagemeister2012-09-273-0/+52
| |
* | 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
| | | |
* | | | Let Makefile use youtube-dl source code instead of compiled binaryPhilipp Hagemeister2012-09-274-7/+7
| | | |
* | | | Improve option definitionsPhilipp Hagemeister2012-09-271-6/+6
| | | |
* | | | Merge remote-tracking branch 'FiloSottille/vbr'Philipp Hagemeister2012-09-275-9/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube-dl youtube-dl.exe
| * | | | tweaked the --audio-quality input validation/specificationFilippo Valsorda2012-08-194-3/+7
| | | | |
| * | | | changed --audio-quality behaviour to support both CBR and VBRFilippo Valsorda2012-07-144-6/+13
| | | | |
* | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-09-271-1/+6
|\ \ \ \ \
| * \ \ \ \ 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'].
* | / | | original test videoPhilipp Hagemeister2012-09-272-0/+0
|/ / / /
* | | | Merge remote-tracking branch 'FiloSottille/automation'Philipp Hagemeister2012-09-2710-36/+272
|\ \ \ \
| * | | | add PREFIX option to make installFilippo Valsorda2012-09-261-2/+3
| | | | |
| * | | | moved make release to devscripts/release.shFilippo Valsorda2012-09-254-11/+12
| | | | |
| * | | | A more "make-esque" Makefile with file targets and dependenciesFilippo Valsorda2012-08-031-31/+31
| | | | |
| * | | | added one-step realese script 'make release version=nn' - closes #158Filippo Valsorda2012-08-011-1/+11
| | | | |
| * | | | added automatically generated bash-completion; closes #191Filippo Valsorda2012-08-012-2/+22
| | | | |
| * | | | auto-generating manpage from README.md (closes #151); redesigned MakefileFilippo Valsorda2012-08-015-32/+226
| | | | |
| * | | | Merge branch 'joehillen/master' - pull request #381Filippo Valsorda2012-08-012-1/+4
| |\ \ \ \
| | * | | | Added install target to Makefile.joehillen2012-07-222-1/+4
| | | | | |
* | | | | | Merge remote-tracking branch 'FiloSottille/supports'Philipp Hagemeister2012-09-273-28/+148
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube-dl
| * | | | | | Re-engineered XNXXIE to actually exit on ERRORs even with -iFilippo Valsorda2012-08-193-27/+21
| | | | | | |
| * | | | | | Merge pull request #398 from tempname/masterFilippo Valsorda2012-08-192-1/+72
| |\ \ \ \ \ \
| * | | | | | | bugfix and standarize the youku.com supportFilippo Valsorda2012-08-194-267/+2
| | | | | | | |
| * | | | | | | Merge pull request #395 from thesues/masterFilippo Valsorda2012-08-193-0/+391
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ 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-093-0/+133
| | | | | | | | | |
| | * | | | | | | | mergedongmao zhang2012-08-093-2/+256
| | | | | | | | | |
| | * | | | | | | | fix 0a->0A bugdongmao zhang2012-08-091-3/+3
| | | | | | | | | |
| | * | | | | | | | youku default to download hd2 videodongmao zhang2012-08-092-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
| | | | | | | | |