Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | cleaning binaries | gcmalloc | 2012-11-28 | 3 | -307/+0 | |
| | | | ||||||
| | * | getting version from git or failing | gcmalloc | 2012-11-28 | 1 | -7/+13 | |
| | | | ||||||
| | * | removing the zip option, this can be done with python setup.py bdist ↵ | gcmalloc | 2012-11-28 | 1 | -6/+0 | |
| | | | | | | | | | | | | --format=zip | |||||
| | * | moving to setup.py | gcmalloc | 2012-11-28 | 1 | -3/+7 | |
| | | | ||||||
| | * | correction on the test | gcmalloc | 2012-11-28 | 1 | -6/+6 | |
| | | | ||||||
| | * | make tests skip on not _WORKING | Filippo Valsorda | 2012-11-28 | 1 | -0/+10 | |
| | | | ||||||
| | * | comment out 3.3 testing until Travis implements it | Filippo Valsorda | 2012-11-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | making the metacafe test pass | gcmalloc | 2012-11-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | new .travis.yml with notifications and 3.3 | Filippo Valsorda | 2012-11-28 | 1 | -4/+8 | |
| |/ | ||||||
| * | Mark CollegeHumorIE not working until phihag finishes | Filippo Valsorda | 2012-11-28 | 1 | -0/+1 | |
| | | ||||||
| * | fix YouTubeIE on 2.6, sorry | Filippo Valsorda | 2012-11-28 | 1 | -2/+2 | |
|/ | ||||||
* | collegehumor: able to download a single f4f file (not yet playable) | Philipp Hagemeister | 2012-11-28 | 2 | -20/+31 | |
| | ||||||
* | Make __main__ work in all scenarios with relative imports | Philipp Hagemeister | 2012-11-28 | 3 | -2/+9 | |
| | ||||||
* | Use relative imports | Philipp Hagemeister | 2012-11-28 | 5 | -9/+16 | |
| | ||||||
* | Drop 2.5 support | Philipp Hagemeister | 2012-11-28 | 1 | -8/+0 | |
| | ||||||
* | Convert all tabs to 4 spaces (PEP8) | Philipp Hagemeister | 2012-11-28 | 9 | -5429/+5429 | |
| | ||||||
* | hack for apparently broken parse_qs in python2 | Philipp Hagemeister | 2012-11-28 | 1 | -1/+75 | |
| | ||||||
* | test import | Philipp Hagemeister | 2012-11-28 | 1 | -0/+13 | |
| | ||||||
* | Woooohooo! python3 youtube_dl BaW_jenozKc -t works! | Philipp Hagemeister | 2012-11-28 | 1 | -0/+4 | |
| | ||||||
* | Remove superfluous encodings | Philipp Hagemeister | 2012-11-28 | 2 | -6/+7 | |
| | ||||||
* | Fix printing title etc. | Philipp Hagemeister | 2012-11-28 | 4 | -9/+14 | |
| | ||||||
* | correct to_stderr | Philipp Hagemeister | 2012-11-28 | 1 | -1/+4 | |
| | ||||||
* | youtube IE: Correct bytes vs str | Philipp Hagemeister | 2012-11-28 | 1 | -13/+17 | |
| | ||||||
* | typo | Philipp Hagemeister | 2012-11-28 | 1 | -2/+2 | |
| | ||||||
* | Use list comprehension instead of map | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Import from the correct module | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Py2/3 parse_qs compatibility | Philipp Hagemeister | 2012-11-28 | 2 | -7/+10 | |
| | ||||||
* | One more except..as | Philipp Hagemeister | 2012-11-28 | 1 | -2/+2 | |
| | ||||||
* | Py2/3 compatibility for http.client | Philipp Hagemeister | 2012-11-28 | 3 | -59/+63 | |
| | ||||||
* | Use io.BytesIO instead of StringIO | Philipp Hagemeister | 2012-11-28 | 2 | -13/+3 | |
| | ||||||
* | Python 3 version of HTMLParser | Philipp Hagemeister | 2012-11-28 | 1 | -6/+10 | |
| | ||||||
* | Py3 compat for unichr and htmlentitydefs | Philipp Hagemeister | 2012-11-28 | 1 | -17/+26 | |
| | ||||||
* | Fall back to urllib instead of urllib2 for Python 3 urllib.parse | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 | |
| | ||||||
* | Remove ur references for Python 3.3 support | Philipp Hagemeister | 2012-11-27 | 2 | -4/+4 | |
| | ||||||
* | Prepare urllib references for 2/3 compatibility | Philipp Hagemeister | 2012-11-27 | 4 | -223/+238 | |
| | ||||||
* | Use except .. as everywhere (#180) | Philipp Hagemeister | 2012-11-27 | 4 | -84/+84 | |
| | ||||||
* | Rename util.u to util.compat_str | Philipp Hagemeister | 2012-11-27 | 3 | -61/+61 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-11-27 | 2 | -85/+95 | |
|\ | ||||||
| * | Merge pull request #563 from FiloSottile/IE_cleanup | Filippo Valsorda | 2012-11-27 | 2 | -85/+95 | |
| |\ | | | | | | | General IE docs and return dicts cleanup | |||||
| | * | Merge remote-tracking branch 'origin/master' into IE_cleanup | Filippo Valsorda | 2012-11-27 | 12 | -102/+346 | |
| | |\ | | |/ | |/| | | | | | | | Conflicts: youtube_dl/FileDownloader.py | |||||
| | * | Use None on missing required info_dict fields | Filippo Valsorda | 2012-11-27 | 2 | -39/+40 | |
| | | | ||||||
| | * | 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 | |
| | | | ||||||
* | | | Make test_utils.py run on Python 3 | Philipp Hagemeister | 2012-11-27 | 1 | -32/+45 | |
|/ / | ||||||
* | | Use u instead of str in Python 2 | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #560 from phihag/fix-to_screen-mode | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 | |
|\ \ | | | | | | | to_screen: Only encode when output stream is binary |