summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* it's curious but bash-completion is with - and not _Filippo Valsorda2012-12-083-4/+4
* making the script compatible with python3gcmalloc2012-12-072-7/+9
* little correction on the readmegcmalloc2012-12-071-8/+7
* adding a proper bash-completion generationgcmalloc2012-12-072-1/+23
* youtube-dl.tar.gz make targetFilippo Valsorda2012-12-072-0/+7
* devscripts/make_readme.py in place of all that sedding, that has porting prob...Filippo Valsorda2012-12-072-11/+23
* and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda2012-12-072-20/+23
* pip installs fine!Filippo Valsorda2012-12-072-20/+29
* setup.py Python3 fix, PyPi classifiersFilippo Valsorda2012-11-291-2/+17
* New repo skeleton, getting ready for PyPiFilippo Valsorda2012-11-299-76/+60
* Merge remote-tracking branch 'origin/master' into fork_masterFilippo Valsorda2012-11-2910-208/+387
|\
| * removed __main__.py from the root of the repoFilippo Valsorda2012-11-292-7/+2
| * Allow youtube_dl/__main__.py to be called directlyPhilipp Hagemeister2012-11-291-1/+9
| * Check during test runtime instead of test generation for _WORKING, and add 2....Philipp Hagemeister2012-11-282-29/+59
| * Correct exception raisingPhilipp Hagemeister2012-11-281-1/+1
| * Mark broken IEs in --list-extractorsPhilipp Hagemeister2012-11-281-1/+1
| * Update download testsPhilipp Hagemeister2012-11-283-178/+327
| * Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-11-281-2/+3
| |\
| * | Restrict more characters (Closes #566)Philipp Hagemeister2012-11-282-7/+8
* | | adding the script hookgcmalloc2012-11-293-11/+24
* | | cleaning binariesgcmalloc2012-11-283-307/+0
* | | getting version from git or failinggcmalloc2012-11-281-7/+13
* | | removing the zip option, this can be done with python setup.py bdist --format...gcmalloc2012-11-281-6/+0
* | | moving to setup.pygcmalloc2012-11-281-3/+7
* | | correction on the testgcmalloc2012-11-281-6/+6
* | | make tests skip on not _WORKINGFilippo Valsorda2012-11-281-0/+10
* | | comment out 3.3 testing until Travis implements itFilippo Valsorda2012-11-281-1/+1
* | | making the metacafe test passgcmalloc2012-11-281-1/+1
* | | new .travis.yml with notifications and 3.3Filippo Valsorda2012-11-281-4/+8
| |/ |/|
* | Mark CollegeHumorIE not working until phihag finishesFilippo Valsorda2012-11-281-0/+1
* | fix YouTubeIE on 2.6, sorryFilippo Valsorda2012-11-281-2/+2
|/
* collegehumor: able to download a single f4f file (not yet playable)Philipp Hagemeister2012-11-282-20/+31
* Make __main__ work in all scenarios with relative importsPhilipp Hagemeister2012-11-283-2/+9
* Use relative importsPhilipp Hagemeister2012-11-285-9/+16
* Drop 2.5 supportPhilipp Hagemeister2012-11-281-8/+0
* Convert all tabs to 4 spaces (PEP8)Philipp Hagemeister2012-11-289-5429/+5429
* hack for apparently broken parse_qs in python2Philipp Hagemeister2012-11-281-1/+75
* test importPhilipp Hagemeister2012-11-281-0/+13
* Woooohooo! python3 youtube_dl BaW_jenozKc -t works!Philipp Hagemeister2012-11-281-0/+4
* Remove superfluous encodingsPhilipp Hagemeister2012-11-282-6/+7
* Fix printing title etc.Philipp Hagemeister2012-11-284-9/+14
* correct to_stderrPhilipp Hagemeister2012-11-281-1/+4
* youtube IE: Correct bytes vs strPhilipp Hagemeister2012-11-281-13/+17
* typoPhilipp Hagemeister2012-11-281-2/+2
* Use list comprehension instead of mapPhilipp Hagemeister2012-11-281-1/+1
* Import from the correct modulePhilipp Hagemeister2012-11-281-1/+1
* Py2/3 parse_qs compatibilityPhilipp Hagemeister2012-11-282-7/+10
* One more except..asPhilipp Hagemeister2012-11-281-2/+2
* Py2/3 compatibility for http.clientPhilipp Hagemeister2012-11-283-59/+63
* Use io.BytesIO instead of StringIOPhilipp Hagemeister2012-11-282-13/+3