aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Christopher Neugebauer
versions.
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
Also enable album URLs on Vimeo.
2012-11-25Merge pull request #545 from FiloSottile/aliasPhilipp Hagemeister
Kill (alias) --literal and %(title)
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
--(match|reject)-title utf8 fix
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
My sanitize_filename proposal
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
Update install target
2012-10-25Update install targetTill Maas
- Allow to configure destination directories to fulfill the needs of different distributions - Support DESTDIR variable for staging installation when packaging - Do not set user/group to root. It requires 'make install' to run as root, but then this is the default behaviour anyways.
2012-10-24Merge pull request #488 from Tailszefox/localFilippo Valsorda
Fix audio bitrate quality for ffmpeg/avconv (closes #487)
2012-10-24adding second vimeo urlgcmalloc
2012-10-24skipping vimeo for the momentgcmalloc
2012-10-24adding xnxx testgcmalloc
2012-10-24adding collegehumor testgcmalloc
2012-10-23adding stanford open class coursesgcmalloc
2012-10-23adding test for vimeo, xvideo and soundcloudgcmalloc
2012-10-23Fix audio bitrate quality for ffmpeg/avconvTailszefox
2012-10-23Merge pull request #486 from Tailszefox/localPhilipp Hagemeister
Added duration for YouTube videos
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