summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Clean up testPhilipp Hagemeister2012-11-271-1/+0
| | | | | |
* | | | | | Switch back to underline for invalid characters, and make restricted ASCII-onlyPhilipp Hagemeister2012-11-275-13/+21
| | | | | |
* | | | | | Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister2012-11-271-1/+12
|\| | | | |
| * | | | | 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.
* | | | | | Merge remote-tracking branch 'gcmalloc/master'Philipp Hagemeister2012-11-271-11/+116
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | adding second vimeo urlgcmalloc2012-10-241-3/+17
| | | | | |
| * | | | | skipping vimeo for the momentgcmalloc2012-10-241-0/+2
| | | | | |
| * | | | | adding xnxx testgcmalloc2012-10-241-1/+16
| | | | | |
| * | | | | adding collegehumor testgcmalloc2012-10-241-0/+16
| | | | | |
| * | | | | adding stanford open class coursesgcmalloc2012-10-231-1/+17
| | | | | |
| * | | | | adding test for vimeo, xvideo and soundcloudgcmalloc2012-10-231-11/+53
| | | | | |
* | | | | | release 2012.11.27Filippo Valsorda2012-11-274-2/+2
| | | | | |
* | | | | | remove accidental remnantsPhilipp Hagemeister2012-11-271-1/+1
| | | | | |
* | | | | | New optoin --restrict-filenamesPhilipp Hagemeister2012-11-267-41/+77
| | | | | |
* | | | | | Remove redundancy in instructionsPhilipp Hagemeister2012-11-261-1/+1
| | | | | |
* | | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-11-263-8/+6
|\ \ \ \ \ \
| * | | | | | fix FAQ on how to compile (also, starnge fix in the Makefile)Filippo Valsorda2012-11-263-8/+6
| | | | | | |
* | | | | | | Document configurationPhilipp Hagemeister2012-11-263-2/+12
|/ / / / / /
* | | | | | 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
| | | | | | |
* | | | | | | Merge pull request #545 from FiloSottile/aliasPhilipp Hagemeister2012-11-254-18/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Kill (alias) --literal and %(title)
| * | | | | | alias %(title)s to %(stitle)sFilippo Valsorda2012-11-254-6/+7
| | | | | | |
| * | | | | | aliased --literal to --titleFilippo Valsorda2012-11-253-12/+5
|/ / / / / /
* | | | | | release 2012.11.17Filippo Valsorda2012-11-174-2/+2
| | | | | |
* | | | | | 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-303-3/+3
| | | | | |
* | | | | | New --id option for the old default filename patternPhilipp Hagemeister2012-10-304-3/+12
| | | | | |
* | | | | | Additional tests in file name sanitationPhilipp Hagemeister2012-10-291-0/+3
| | | | | |
* | | | | | Merge pull request #502 from FiloSottile/new_sanitize_filenamePhilipp Hagemeister2012-10-282-8/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | My sanitize_filename proposal
| * | | | | | modified filename escaping to a "smarter" oneFilippo Valsorda2012-10-282-8/+18
|/ / / / / /
* | | | | | slight change to Dailymotion uploader regex (fix)Filippo Valsorda2012-10-281-1/+1
| | | | | |
* | | | | | Merge pull request #491 from tyll/masterPhilipp Hagemeister2012-10-261-3/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update install target
| * | | | | | Update install targetTill Maas2012-10-251-3/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | | Merge pull request #488 from Tailszefox/localFilippo Valsorda2012-10-241-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix audio bitrate quality for ffmpeg/avconv (closes #487)
| * | | | | Fix audio bitrate quality for ffmpeg/avconvTailszefox2012-10-231-2/+2
|/ / / / /
* | | | | Merge pull request #486 from Tailszefox/localPhilipp Hagemeister2012-10-231-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Added duration for YouTube videos
| * | | | | 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
| | | | |