summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge 'rg3/master' into fork_masterFilippo Valsorda2012-12-0812-113/+144
| |\ \ | |/ / |/| |
* | | SoundCloud IDs have changed, fix testsPhilipp Hagemeister2012-12-072-5/+5
| | |
* | | Use Soundcloud API (Closes #579)Philipp Hagemeister2012-12-071-38/+7
| | |
* | | More work on soundcloud IEPhilipp Hagemeister2012-12-071-16/+23
| | |
* | | Correct accidental renamePhilipp Hagemeister2012-12-071-1/+1
| | |
* | | Mark SoundCloud IE as nonfunctional for now (#579)Philipp Hagemeister2012-12-071-0/+1
| | |
* | | Better error reporting for SoundCloud IEPhilipp Hagemeister2012-12-071-2/+6
| | |
* | | Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed ↵Philipp Hagemeister2012-12-071-0/+3
| | | | | | | | | | | | for #579)
* | | Add an example to the -o documentation (#573)Philipp Hagemeister2012-12-041-1/+1
| | |
* | | Let youtube IE handle IDs starting with PL (Closes #572)Philipp Hagemeister2012-12-043-1/+25
| | |
* | | Correct metacafe test filename (happens to start with an underscore)Philipp Hagemeister2012-12-032-4/+4
| | |
* | | Keep video IDs verbatim if possible (Closes #571)Philipp Hagemeister2012-12-033-11/+21
| | |
* | | Improve execution testsPhilipp Hagemeister2012-12-012-13/+26
| | |
* | | Add test for Youku (Mentioned in #314)Philipp Hagemeister2012-11-302-1/+19
| | |
* | | Fix Soundcloud IE (+ Python3 support)Philipp Hagemeister2012-11-291-7/+8
| | |
* | | Fix MD5 calculationPhilipp Hagemeister2012-11-293-36/+10
| | |
* | | Add irc channel noticePhilipp Hagemeister2012-11-291-0/+2
| | |
* | | Enable travis notificationsPhilipp Hagemeister2012-11-291-0/+2
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-11-292-7/+2
|\ \ \
* | | | Fix 2.6 nosetestsPhilipp Hagemeister2012-11-292-4/+6
| | | |
| | * | ATTENTION DO NOT USE THESE: new binaries in the Downloads sectionFilippo Valsorda2012-12-086-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 Valsorda2012-12-082-20/+47
| | | | | | | | | | | | | | | | (pip installed)
| | * | 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 ↵Filippo Valsorda2012-12-072-11/+23
| | | | | | | | | | | | | | | | problems
| | * | 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
| | |\ \ | | |/ / | |/| | | | | | New tests - merged with md5 correction
| * | | 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 ↵Philipp Hagemeister2012-11-282-29/+59
| | | | | | | | | | | | 2.6 compat
* | | 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 ↵gcmalloc2012-11-281-6/+0
| | | | | | | | | | | | | | | | --format=zip
| | * | 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
| | | |