Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the test didn't load our Gzip opener | Filippo Valsorda | 2012-12-11 | 3 | -7/+22 |
| | | | | | | this was blocking the Vimeo test + some more gentest fixes | ||||
* | print traceback on trouble if --verbose (why didn't I think of this before!?) | Filippo Valsorda | 2012-12-11 | 1 | -0/+3 |
| | |||||
* | exposing the test mode as --test (hidden and undocumented) | Filippo Valsorda | 2012-12-11 | 1 | -0/+2 |
| | |||||
* | added a test mode to FileDownloader that fetches only first 10K | Filippo Valsorda | 2012-12-11 | 1 | -0/+4 |
| | |||||
* | SoundCloud IDs have changed, fix tests | Philipp Hagemeister | 2012-12-07 | 2 | -5/+5 |
| | |||||
* | Use Soundcloud API (Closes #579) | Philipp Hagemeister | 2012-12-07 | 1 | -38/+7 |
| | |||||
* | More work on soundcloud IE | Philipp Hagemeister | 2012-12-07 | 1 | -16/+23 |
| | |||||
* | Correct accidental rename | Philipp Hagemeister | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Mark SoundCloud IE as nonfunctional for now (#579) | Philipp Hagemeister | 2012-12-07 | 1 | -0/+1 |
| | |||||
* | Better error reporting for SoundCloud IE | Philipp Hagemeister | 2012-12-07 | 1 | -2/+6 |
| | |||||
* | Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed ↵ | Philipp Hagemeister | 2012-12-07 | 1 | -0/+3 |
| | | | | for #579) | ||||
* | 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 |
|\ | |||||
| * | removed __main__.py from the root of the repo | Filippo Valsorda | 2012-11-29 | 2 | -7/+2 |
| | | |||||
* | | Fix 2.6 nosetests | Philipp Hagemeister | 2012-11-29 | 2 | -4/+6 |
|/ | |||||
* | 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 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Restrict more characters (Closes #566) | Philipp Hagemeister | 2012-11-28 | 2 | -7/+8 |
|/ | |||||
* | 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 |
| |