summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Adds format listing/selection support to the Comedy Central extractor.Christopher Neugebauer2012-11-271-1/+41
| | | |
* | | | warn if %(stitle)s is being usedPhilipp Hagemeister2012-11-272-1/+4
| | | |
* | | | Encode the entire filenamePhilipp Hagemeister2012-11-271-3/+4
| | | |
* | | | Switch back to underline for invalid characters, and make restricted ASCII-onlyPhilipp Hagemeister2012-11-272-5/+10
|/ / /
* | | Removes extraneous debug message.Christopher Neugebauer2012-11-271-1/+0
| | |
* | | Points the ComedyCentral extractor at a CDN which works with more RTMPDump ↵Christopher Neugebauer2012-11-271-1/+13
| | | | | | | | | | | | versions.
* | | release 2012.11.27Filippo Valsorda2012-11-271-1/+1
| | |
* | | remove accidental remnantsPhilipp Hagemeister2012-11-271-1/+1
| | |
* | | New optoin --restrict-filenamesPhilipp Hagemeister2012-11-263-37/+46
| | |
* | | Use character instead of byte stringsPhilipp Hagemeister2012-11-263-48/+54
| | |
* | | Remove longs (int does the right thing since Python 2.2, see PEP 237)Philipp Hagemeister2012-11-261-6/+6
| | |
* | | Add some parentheses around print for #180Philipp Hagemeister2012-11-264-20/+17
| | |
* | | Merge pull request #538 from zejn/patch-1Philipp Hagemeister2012-11-251-1/+1
|\ \ \ | | | | | | | | Also enable album URLs on Vimeo.
| * | | Also enable album URLs on Vimeo.zejn2012-11-211-1/+1
| | | |
* | | | alias %(title)s to %(stitle)sFilippo Valsorda2012-11-252-4/+5
| | | |
* | | | aliased --literal to --titleFilippo Valsorda2012-11-251-10/+3
|/ / /
* | | release 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
|\ \ \ | | | | | | | | --(match|reject)-title utf8 fix
| * | | 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
|\ \ \ | | | | | | | | Test proposal
| * | | 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.09Filippo Valsorda2012-10-091-1/+1
| | |
* | | Re-engineered Dailymotion qualities selection (thanks @knagano, sort of ↵Filippo Valsorda2012-10-091-9/+16
| | | | | | | | | | | | merges #176)
* | | Merge PR #422 from 'kevinamadeus/master'Filippo Valsorda2012-10-092-0/+125
|\ \ \ | | | | | | | | | | | | | | | | Add InfoExtractor for Google Plus video (with fixes)
| * | | 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" ↵Cyril Roelandt2012-09-301-1/+3
| | | | | | | | | | | | | | | | keywords. In this case, the "video_url" keyword should be looked for.
* | | | Fix doc of extractor fieldPhilipp Hagemeister2012-10-011-1/+1
|/ / /
* | | Merge pull request #403 from FiloSottile/re_VERBOSEFilippo Valsorda2012-09-291-2/+24
|\ \ \