aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-27release 2012.11.272012.11.27Filippo Valsorda
2012-11-27remove accidental remnantsPhilipp Hagemeister
2012-11-26New optoin --restrict-filenamesPhilipp Hagemeister
2012-11-26Remove redundancy in instructionsPhilipp Hagemeister
2012-11-26Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2012-11-26Document configurationPhilipp Hagemeister
2012-11-26fix FAQ on how to compile (also, starnge fix in the Makefile)Filippo Valsorda
2012-11-26Use character instead of byte stringsPhilipp Hagemeister
2012-11-26Remove longs (int does the right thing since Python 2.2, see PEP 237)Philipp Hagemeister
2012-11-26Add some parentheses around print for #180Philipp Hagemeister
2012-11-25Merge pull request #538 from zejn/patch-1Philipp Hagemeister
2012-11-25Merge pull request #545 from FiloSottile/aliasPhilipp Hagemeister
2012-11-25alias %(title)s to %(stitle)sFilippo Valsorda
2012-11-25aliased --literal to --titleFilippo Valsorda
2012-11-21Also enable album URLs on Vimeo.zejn
2012-11-17release 2012.11.172012.11.17Filippo Valsorda
2012-11-13Reworked Vimeo file selection logic (quality, codec) - closes #530Filippo Valsorda
2012-11-11Merge pull request #522 from art-zhitnik/masterFilippo Valsorda
2012-11-11Solve the bug of parsing titles with unicode (cyrillic)Art Zhitnik
2012-11-09quiet the HTMLParser debug info - closes #517Filippo Valsorda
2012-11-07fix DailyMotion official users videos - closes #281 - by @yvestanFilippo Valsorda
2012-11-06fixed MetacafeIE (uploader nickname regex) - closes #515Filippo Valsorda
2012-10-30-x for --extract-audio, one of the most popular optionsPhilipp Hagemeister
2012-10-30New --id option for the old default filename patternPhilipp Hagemeister
2012-10-29Additional tests in file name sanitationPhilipp Hagemeister
2012-10-28Merge pull request #502 from FiloSottile/new_sanitize_filenamePhilipp Hagemeister
2012-10-28modified filename escaping to a "smarter" oneFilippo Valsorda
2012-10-28slight change to Dailymotion uploader regex (fix)Filippo Valsorda
2012-10-26Merge pull request #491 from tyll/masterPhilipp Hagemeister
2012-10-25Update install targetTill Maas
2012-10-24Merge pull request #488 from Tailszefox/localFilippo Valsorda
2012-10-23Fix audio bitrate quality for ffmpeg/avconvTailszefox
2012-10-23Merge pull request #486 from Tailszefox/localPhilipp Hagemeister
2012-10-22Added duration for YouTube videosTailszefox
2012-10-22Support raw playlist parameters (Closes #482)Philipp Hagemeister
2012-10-22Restore 2.5 compat by activating with_statement futurePhilipp Hagemeister
2012-10-22handle YT urls with #/ redirects (closes #484)Filippo Valsorda
2012-10-19Don't use 2.7+ check_outputPhilipp Hagemeister
2012-10-19Merge pull request #472 from gcmalloc/masterPhilipp Hagemeister
2012-10-19correcting travisgcmalloc
2012-10-19changing test from md5 to filesize, the file changed between downloadgcmalloc
2012-10-19cleaning the test that doesn't work with the api for the momentgcmalloc
2012-10-19some assertion on the file downloadedgcmalloc
2012-10-19removing testing videogcmalloc
2012-10-19correcting test to be compatible with python2.6gcmalloc
2012-10-19StringIO used by nosetests do not merge with the way youtube-dl handle sys.st...gcmalloc
2012-10-19correction on the testgcmalloc
2012-10-15adding travis supportgcmalloc
2012-10-14New IE: YouTube channels (closes #396)Filippo Valsorda
2012-10-12correcting the makefile according to the new onegcmalloc