aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* the test didn't load our Gzip openerFilippo Valsorda2012-12-113-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 Valsorda2012-12-111-0/+3
|
* exposing the test mode as --test (hidden and undocumented)Filippo Valsorda2012-12-111-0/+2
|
* added a test mode to FileDownloader that fetches only first 10KFilippo Valsorda2012-12-111-0/+4
|
* 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
|\
| * removed __main__.py from the root of the repoFilippo Valsorda2012-11-292-7/+2
| |
* | Fix 2.6 nosetestsPhilipp Hagemeister2012-11-292-4/+6
|/
* 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
|\
| * Mark CollegeHumorIE not working until phihag finishesFilippo Valsorda2012-11-281-0/+1
| |
| * fix YouTubeIE on 2.6, sorryFilippo Valsorda2012-11-281-2/+2
| |
* | Restrict more characters (Closes #566)Philipp Hagemeister2012-11-282-7/+8
|/
* 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
|