aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-27Windows build for 2012.11.282012.11.28Philipp Hagemeister
2012-11-27Bump version number to a numeric-only one to appease py2exePhilipp Hagemeister
2012-11-27Bump version numberPhilipp Hagemeister
2012-11-27Add test for asian characters (#551)Philipp Hagemeister
2012-11-27Minor filename encoding improvement in a common casePhilipp Hagemeister
2012-11-27Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister
2012-11-27Fixes the InfoExtractor for the Colbert Report.Christopher Neugebauer
2012-11-27Fix spacing in comedycentral IEPhilipp Hagemeister
2012-11-27Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister
2012-11-27warn if %(stitle)s is being usedPhilipp Hagemeister
2012-11-27Encode the entire filenamePhilipp Hagemeister
2012-11-27Clean up testPhilipp Hagemeister
2012-11-27Switch back to underline for invalid characters, and make restricted ASCII-onlyPhilipp Hagemeister
2012-11-27Fixed indentation errorChristopher Neugebauer
2012-11-27Removes extranous debugging info :)Christopher Neugebauer
2012-11-27Adds format listing/selection support to the Comedy Central extractor.Christopher Neugebauer
2012-11-27Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister
2012-11-27Removes extraneous debug message.Christopher Neugebauer
2012-11-27Points the ComedyCentral extractor at a CDN which works with more RTMPDump ve...Christopher Neugebauer
2012-11-27Merge remote-tracking branch 'gcmalloc/master'Philipp Hagemeister
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