Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IE._WORKING attribute in order to warn the users and skip the tests on ↵ | Filippo Valsorda | 2012-11-27 | 2 | -0/+14 |
| | | | | broken IEs | ||||
* | document info_dict['subtitles'] and info_dict['urlhandle'] | Filippo Valsorda | 2012-11-27 | 1 | -0/+3 |
| | |||||
* | make all IEs return 'upload_date' and 'uploader', even if only u'NA' | Filippo Valsorda | 2012-11-27 | 1 | -11/+24 |
| | |||||
* | info_dict['upload_date'] is documented in --output, IEs MUST specify it | Filippo Valsorda | 2012-11-27 | 1 | -6/+7 |
| | |||||
* | info_dict['player_url'] is used only for rtmpdump, indicate it as optional ↵ | Filippo Valsorda | 2012-11-27 | 1 | -27/+12 |
| | | | | in the info_dict | ||||
* | default info_dict['format'] to info_dict['ext'] and make the YT one more verbose | Filippo Valsorda | 2012-11-27 | 2 | -41/+32 |
| | |||||
* | Bump version number to a numeric-only one to appease py2exe | Philipp Hagemeister | 2012-11-27 | 3 | -2/+2 |
| | |||||
* | Bump version number | Philipp Hagemeister | 2012-11-27 | 3 | -2/+2 |
| | |||||
* | Add test for asian characters (#551) | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Minor filename encoding improvement in a common case | Philipp Hagemeister | 2012-11-27 | 2 | -0/+10 |
| | |||||
* | Merge remote-tracking branch 'chrisjrn/master' | Philipp Hagemeister | 2012-11-27 | 1 | -2/+11 |
|\ | |||||
| * | Fixes the InfoExtractor for the Colbert Report. | Christopher Neugebauer | 2012-11-27 | 1 | -2/+11 |
| | | |||||
* | | Fix spacing in comedycentral IE | Philipp Hagemeister | 2012-11-27 | 1 | -13/+9 |
| | | |||||
* | | Merge remote-tracking branch 'chrisjrn/master' | Philipp Hagemeister | 2012-11-27 | 1 | -0/+40 |
|\| | |||||
| * | Fixed indentation error | Christopher Neugebauer | 2012-11-27 | 1 | -1/+1 |
| | | |||||
| * | Removes extranous debugging info :) | Christopher Neugebauer | 2012-11-27 | 1 | -4/+4 |
| | | |||||
| * | Adds format listing/selection support to the Comedy Central extractor. | Christopher Neugebauer | 2012-11-27 | 1 | -1/+41 |
| | | |||||
* | | warn if %(stitle)s is being used | Philipp Hagemeister | 2012-11-27 | 2 | -1/+4 |
| | | |||||
* | | Encode the entire filename | Philipp Hagemeister | 2012-11-27 | 1 | -3/+4 |
| | | |||||
* | | Clean up test | Philipp Hagemeister | 2012-11-27 | 1 | -1/+0 |
| | | |||||
* | | Switch back to underline for invalid characters, and make restricted ASCII-only | Philipp Hagemeister | 2012-11-27 | 5 | -13/+21 |
| | | |||||
* | | Merge remote-tracking branch 'chrisjrn/master' | Philipp Hagemeister | 2012-11-27 | 1 | -1/+12 |
|\| | |||||
| * | Removes extraneous debug message. | Christopher Neugebauer | 2012-11-27 | 1 | -1/+0 |
| | | |||||
| * | Points the ComedyCentral extractor at a CDN which works with more RTMPDump ↵ | Christopher Neugebauer | 2012-11-27 | 1 | -1/+13 |
| | | | | | | | | versions. | ||||
* | | Merge remote-tracking branch 'gcmalloc/master' | Philipp Hagemeister | 2012-11-27 | 1 | -11/+116 |
|\ \ | |/ |/| | |||||
| * | adding second vimeo url | gcmalloc | 2012-10-24 | 1 | -3/+17 |
| | | |||||
| * | skipping vimeo for the moment | gcmalloc | 2012-10-24 | 1 | -0/+2 |
| | | |||||
| * | adding xnxx test | gcmalloc | 2012-10-24 | 1 | -1/+16 |
| | | |||||
| * | adding collegehumor test | gcmalloc | 2012-10-24 | 1 | -0/+16 |
| | | |||||
| * | adding stanford open class courses | gcmalloc | 2012-10-23 | 1 | -1/+17 |
| | | |||||
| * | adding test for vimeo, xvideo and soundcloud | gcmalloc | 2012-10-23 | 1 | -11/+53 |
| | | |||||
* | | release 2012.11.27 | Filippo Valsorda | 2012-11-27 | 4 | -2/+2 |
| | | |||||
* | | remove accidental remnants | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | | |||||
* | | New optoin --restrict-filenames | Philipp Hagemeister | 2012-11-26 | 7 | -41/+77 |
| | | |||||
* | | Remove redundancy in instructions | Philipp Hagemeister | 2012-11-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-11-26 | 3 | -8/+6 |
|\ \ | |||||
| * | | fix FAQ on how to compile (also, starnge fix in the Makefile) | Filippo Valsorda | 2012-11-26 | 3 | -8/+6 |
| | | | |||||
* | | | Document configuration | Philipp Hagemeister | 2012-11-26 | 3 | -2/+12 |
|/ / | |||||
* | | Use character instead of byte strings | Philipp Hagemeister | 2012-11-26 | 3 | -48/+54 |
| | | |||||
* | | Remove longs (int does the right thing since Python 2.2, see PEP 237) | Philipp Hagemeister | 2012-11-26 | 1 | -6/+6 |
| | | |||||
* | | Add some parentheses around print for #180 | Philipp Hagemeister | 2012-11-26 | 4 | -20/+17 |
| | | |||||
* | | Merge pull request #538 from zejn/patch-1 | Philipp Hagemeister | 2012-11-25 | 1 | -1/+1 |
|\ \ | | | | | | | Also enable album URLs on Vimeo. | ||||
| * | | Also enable album URLs on Vimeo. | zejn | 2012-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #545 from FiloSottile/alias | Philipp Hagemeister | 2012-11-25 | 4 | -18/+12 |
|\ \ \ | |/ / |/| | | Kill (alias) --literal and %(title) | ||||
| * | | alias %(title)s to %(stitle)s | Filippo Valsorda | 2012-11-25 | 4 | -6/+7 |
| | | | |||||
| * | | aliased --literal to --title | Filippo Valsorda | 2012-11-25 | 3 | -12/+5 |
|/ / | |||||
* | | release 2012.11.17 | Filippo Valsorda | 2012-11-17 | 4 | -2/+2 |
| | | |||||
* | | Reworked Vimeo file selection logic (quality, codec) - closes #530 | Filippo Valsorda | 2012-11-13 | 1 | -7/+18 |
| | | |||||
* | | Merge pull request #522 from art-zhitnik/master | Filippo Valsorda | 2012-11-11 | 1 | -4/+8 |
|\ \ | | | | | | | --(match|reject)-title utf8 fix | ||||
| * | | Solve the bug of parsing titles with unicode (cyrillic) | Art Zhitnik | 2012-11-11 | 1 | -4/+8 |
| | | |