about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* release 2012.11.17 2012.11.17Filippo Valsorda2012-11-171-1/+1
* Reworked Vimeo file selection logic (quality, codec) - closes #530Filippo Valsorda2012-11-131-7/+18
* Merge pull request #522 from art-zhitnik/masterFilippo Valsorda2012-11-111-4/+8
|\
| * Solve the bug of parsing titles with unicode (cyrillic)Art Zhitnik2012-11-111-4/+8
* | quiet the HTMLParser debug info - closes #517Filippo Valsorda2012-11-091-1/+1
* | fix DailyMotion official users videos - closes #281 - by @yvestanFilippo Valsorda2012-11-071-1/+6
* | fixed MetacafeIE (uploader nickname regex) - closes #515Filippo Valsorda2012-11-061-1/+1
|/
* -x for --extract-audio, one of the most popular optionsPhilipp Hagemeister2012-10-301-1/+1
* New --id option for the old default filename patternPhilipp Hagemeister2012-10-301-2/+9
* modified filename escaping to a "smarter" oneFilippo Valsorda2012-10-281-3/+13
* slight change to Dailymotion uploader regex (fix)Filippo Valsorda2012-10-281-1/+1
* Fix audio bitrate quality for ffmpeg/avconvTailszefox2012-10-231-2/+2
* Added duration for YouTube videosTailszefox2012-10-221-1/+8
* Support raw playlist parameters (Closes #482)Philipp Hagemeister2012-10-221-1/+1
* Restore 2.5 compat by activating with_statement futurePhilipp Hagemeister2012-10-221-0/+2
* handle YT urls with #/ redirects (closes #484)Filippo Valsorda2012-10-221-0/+1
* Don't use 2.7+ check_outputPhilipp Hagemeister2012-10-191-1/+1
* Merge pull request #472 from gcmalloc/masterPhilipp Hagemeister2012-10-191-6/+5
|\
| * removing unused global modifiergcmalloc2012-10-121-6/+5
* | New IE: YouTube channels (closes #396)Filippo Valsorda2012-10-142-0/+51
|/
* support EDU YouTube playlists (closes #407)Filippo Valsorda2012-10-111-2/+2
* release 2012.10.09 2012.10.09Filippo Valsorda2012-10-091-1/+1
* Re-engineered Dailymotion qualities selection (thanks @knagano, sort of merge...Filippo Valsorda2012-10-091-9/+16
* Merge PR #422 from 'kevinamadeus/master'Filippo Valsorda2012-10-092-0/+125
|\
| * Add InfoExtractor for Google Plus videoKevin Kwan2012-09-252-0/+125
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-10-081-1/+6
|\ \
| * | Added uploaded date for DailymotionTailszefox2012-10-031-1/+6
* | | Correct detect_executables on Windows (Closes #447, #457)Philipp Hagemeister2012-10-081-7/+8
|/ /
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-10-011-3/+5
|\ \
| * | Merged, modified and compiled Dailymotion pull request #446 by @SteapFilippo Valsorda2012-09-301-2/+2
| * | DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.Cyril Roelandt2012-09-301-1/+1
| * | DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" keywords....Cyril Roelandt2012-09-301-1/+3
* | | Fix doc of extractor fieldPhilipp Hagemeister2012-10-011-1/+1
|/ /
* | 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 avail...Filippo Valsorda2012-09-291-4/+7
* | 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, so template filename can b...danut007ro2012-09-271-2/+3
| * | 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 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
|\ \ \ \
| * | | | tweaked the --audio-quality input validation/specificationFilippo Valsorda2012-08-191-1/+5