summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* IE._WORKING attribute in order to warn the users and skip the tests on ↵Filippo Valsorda2012-11-272-0/+14
| | | | broken IEs
* document info_dict['subtitles'] and info_dict['urlhandle']Filippo Valsorda2012-11-271-0/+3
|
* make all IEs return 'upload_date' and 'uploader', even if only u'NA'Filippo Valsorda2012-11-271-11/+24
|
* info_dict['upload_date'] is documented in --output, IEs MUST specify itFilippo Valsorda2012-11-271-6/+7
|
* info_dict['player_url'] is used only for rtmpdump, indicate it as optional ↵Filippo Valsorda2012-11-271-27/+12
| | | | in the info_dict
* default info_dict['format'] to info_dict['ext'] and make the YT one more verboseFilippo Valsorda2012-11-272-41/+32
|
* Bump version number to a numeric-only one to appease py2exePhilipp Hagemeister2012-11-273-2/+2
|
* Bump version numberPhilipp Hagemeister2012-11-273-2/+2
|
* Add test for asian characters (#551)Philipp Hagemeister2012-11-271-1/+1
|
* Minor filename encoding improvement in a common casePhilipp Hagemeister2012-11-272-0/+10
|
* Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister2012-11-271-2/+11
|\
| * Fixes the InfoExtractor for the Colbert Report.Christopher Neugebauer2012-11-271-2/+11
| |
* | Fix spacing in comedycentral IEPhilipp Hagemeister2012-11-271-13/+9
| |
* | Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister2012-11-271-0/+40
|\|
| * Fixed indentation errorChristopher Neugebauer2012-11-271-1/+1
| |
| * Removes extranous debugging info :)Christopher Neugebauer2012-11-271-4/+4
| |
| * 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
| |
* | 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
| | |