summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Py2/3 compatibility for http.clientPhilipp Hagemeister2012-11-283-59/+63
|
* Use io.BytesIO instead of StringIOPhilipp Hagemeister2012-11-282-13/+3
|
* Python 3 version of HTMLParserPhilipp Hagemeister2012-11-281-6/+10
|
* Py3 compat for unichr and htmlentitydefsPhilipp Hagemeister2012-11-281-17/+26
|
* Fall back to urllib instead of urllib2 for Python 3 urllib.parsePhilipp Hagemeister2012-11-271-1/+1
|
* Remove ur references for Python 3.3 supportPhilipp Hagemeister2012-11-272-4/+4
|
* Prepare urllib references for 2/3 compatibilityPhilipp Hagemeister2012-11-274-223/+238
|
* Use except .. as everywhere (#180)Philipp Hagemeister2012-11-274-84/+84
|
* Rename util.u to util.compat_strPhilipp Hagemeister2012-11-273-61/+61
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-11-272-85/+95
|\
| * Merge pull request #563 from FiloSottile/IE_cleanupFilippo Valsorda2012-11-272-85/+95
| |\ | | | | | | General IE docs and return dicts cleanup
| | * Merge remote-tracking branch 'origin/master' into IE_cleanupFilippo Valsorda2012-11-2712-102/+346
| | |\ | | |/ | |/| | | | | | | Conflicts: youtube_dl/FileDownloader.py
| | * Use None on missing required info_dict fieldsFilippo Valsorda2012-11-272-39/+40
| | |
| | * IE._WORKING attribute in order to warn the users and skip the tests on ↵Filippo Valsorda2012-11-272-0/+14
| | | | | | | | | | | | broken IEs
| | * document info_dict['subtitles'] and info_dict['urlhandle']Filippo Valsorda2012-11-271-0/+3
| | |
| | * make all IEs return 'upload_date' and 'uploader', even if only u'NA'Filippo Valsorda2012-11-271-11/+24
| | |
| | * info_dict['upload_date'] is documented in --output, IEs MUST specify itFilippo Valsorda2012-11-271-6/+7
| | |
| | * info_dict['player_url'] is used only for rtmpdump, indicate it as optional ↵Filippo Valsorda2012-11-271-27/+12
| | | | | | | | | | | | in the info_dict