Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add an example to the -o documentation (#573) | Philipp Hagemeister | 2012-12-04 | 1 | -1/+1 | |
| | | ||||||
* | | Let youtube IE handle IDs starting with PL (Closes #572) | Philipp Hagemeister | 2012-12-04 | 3 | -1/+25 | |
| | | ||||||
* | | Correct metacafe test filename (happens to start with an underscore) | Philipp Hagemeister | 2012-12-03 | 2 | -4/+4 | |
| | | ||||||
* | | Keep video IDs verbatim if possible (Closes #571) | Philipp Hagemeister | 2012-12-03 | 3 | -11/+21 | |
| | | ||||||
* | | Improve execution tests | Philipp Hagemeister | 2012-12-01 | 2 | -13/+26 | |
| | | ||||||
* | | Add test for Youku (Mentioned in #314) | Philipp Hagemeister | 2012-11-30 | 2 | -1/+19 | |
| | | ||||||
* | | Fix Soundcloud IE (+ Python3 support) | Philipp Hagemeister | 2012-11-29 | 1 | -7/+8 | |
| | | ||||||
* | | Fix MD5 calculation | Philipp Hagemeister | 2012-11-29 | 3 | -36/+10 | |
| | | ||||||
* | | Add irc channel notice | Philipp Hagemeister | 2012-11-29 | 1 | -0/+2 | |
| | | ||||||
* | | Enable travis notifications | Philipp Hagemeister | 2012-11-29 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-11-29 | 2 | -7/+2 | |
|\ \ | ||||||
* | | | Fix 2.6 nosetests | Philipp Hagemeister | 2012-11-29 | 2 | -4/+6 | |
| | | | ||||||
| | * | ATTENTION DO NOT USE THESE: new binaries in the Downloads section | Filippo Valsorda | 2012-12-08 | 6 | -0/+142 | |
| | | | | | | | | | | | | placed fake binaries that update themselves where old versions updating will search for the new version | |||||
| | * | new updating scheme, based on GH downloads; also, check if not updateable ↵ | Filippo Valsorda | 2012-12-08 | 2 | -20/+47 | |
| | | | | | | | | | | | | (pip installed) | |||||
| | * | it's curious but bash-completion is with - and not _ | Filippo Valsorda | 2012-12-08 | 3 | -4/+4 | |
| | | | ||||||
| | * | making the script compatible with python3 | gcmalloc | 2012-12-07 | 2 | -7/+9 | |
| | | | ||||||
| | * | little correction on the readme | gcmalloc | 2012-12-07 | 1 | -8/+7 | |
| | | | ||||||
| | * | adding a proper bash-completion generation | gcmalloc | 2012-12-07 | 2 | -1/+23 | |
| | | | ||||||
| | * | youtube-dl.tar.gz make target | Filippo Valsorda | 2012-12-07 | 2 | -0/+7 | |
| | | | ||||||
| | * | devscripts/make_readme.py in place of all that sedding, that has porting ↵ | Filippo Valsorda | 2012-12-07 | 2 | -11/+23 | |
| | | | | | | | | | | | | problems | |||||
| | * | and now, also py2exe compiles fine :) (on Windows) | Filippo Valsorda | 2012-12-07 | 2 | -20/+23 | |
| | | | ||||||
| | * | pip installs fine! | Filippo Valsorda | 2012-12-07 | 2 | -20/+29 | |
| | | | ||||||
| | * | setup.py Python3 fix, PyPi classifiers | Filippo Valsorda | 2012-11-29 | 1 | -2/+17 | |
| | | | ||||||
| | * | New repo skeleton, getting ready for PyPi | Filippo Valsorda | 2012-11-29 | 9 | -76/+60 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'origin/master' into fork_master | Filippo Valsorda | 2012-11-29 | 10 | -208/+387 | |
| | |\ | | |/ | |/| | | | | New tests - merged with md5 correction | |||||
| * | | removed __main__.py from the root of the repo | Filippo Valsorda | 2012-11-29 | 2 | -7/+2 | |
|/ / | ||||||
* | | Allow youtube_dl/__main__.py to be called directly | Philipp Hagemeister | 2012-11-29 | 1 | -1/+9 | |
| | | ||||||
* | | Check during test runtime instead of test generation for _WORKING, and add ↵ | Philipp Hagemeister | 2012-11-28 | 2 | -29/+59 | |
| | | | | | | | | 2.6 compat | |||||
* | | Correct exception raising | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Mark broken IEs in --list-extractors | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Update download tests | Philipp Hagemeister | 2012-11-28 | 3 | -178/+327 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-11-28 | 1 | -2/+3 | |
|\ \ | ||||||
* | | | Restrict more characters (Closes #566) | Philipp Hagemeister | 2012-11-28 | 2 | -7/+8 | |
| | | | ||||||
| | * | adding the script hook | gcmalloc | 2012-11-29 | 3 | -11/+24 | |
| | | | ||||||
| | * | 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 | |
| |