Commit Graph

122 Commits (80d3177e5c07c4970e7cebcf2b38dcdf1e289786)

Author SHA1 Message Date
Filippo Valsorda 80d3177e5c various py3 fixes; all tests green on 3.3
Dave Vasilevsky 4096b60948 Misc justin.tv fixes
Dave Vasilevsky 2ab1c5ed1a Support more than 100 videos for justin.tv
Dave Vasilevsky 0b40544f29 Preliminary support for twitch.tv and justin.tv
Philipp Hagemeister f1171f7c2d Fix VimeoIE in Python 3
Philipp Hagemeister 28ca6b5afa Fix Dailymotion in Python 3
Philipp Hagemeister bec102a843 Fix XNXX in Python 3
Philipp Hagemeister 8f6f40d991 More Youku Python 3 fixing
Philipp Hagemeister e2a8ff24a9 Fix YoukuIE in Python3 (and in general)
Philipp Hagemeister 8588a86f9e Fix xvideo IE in Python 3
Philipp Hagemeister 4cc3d07426 NBA IE (Closes )
nto ca6849e65d Add support for comedycentral clips (closes )
Support individual clips, not just full episodes.
break up now monstrous _VALID_URL regex over multiple lines to improve readability,
pass re.VERBOSE flag when using regex to ignore the whitespace
Philipp Hagemeister 4c21c56bfe Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister 55c0539872 Fix blip.tv in python3
Filippo Valsorda 9789a05c20 fix playlist pagination and add YT playlist tests (closes )
Filippo Valsorda 1ca63e3ae3 the test didn't load our Gzip opener
this was blocking the Vimeo test

+ some more gentest fixes
Philipp Hagemeister c7214f9a6f Use Soundcloud API (Closes )
Philipp Hagemeister 8fd3afd56c More work on soundcloud IE
Philipp Hagemeister f9b2f2b955 Correct accidental rename
Philipp Hagemeister 633b4a5ff6 Mark SoundCloud IE as nonfunctional for now ()
Philipp Hagemeister b4cd069d5e Better error reporting for SoundCloud IE
Philipp Hagemeister e387eb5aba Let youtube IE handle IDs starting with PL (Closes )
Philipp Hagemeister 15c8d83358 Fix Soundcloud IE (+ Python3 support)
Filippo Valsorda 0eb0faa26f Mark CollegeHumorIE not working until phihag finishes
Filippo Valsorda 32761d863c fix YouTubeIE on 2.6, sorry
Philipp Hagemeister 799c076384 collegehumor: able to download a single f4f file (not yet playable)
Philipp Hagemeister 9e8056d5a7 Use relative imports
Philipp Hagemeister 59ae15a507 Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister 8cd10ac4ef Fix printing title etc.
Philipp Hagemeister 72f976701a youtube IE: Correct bytes vs str
Philipp Hagemeister 9f37a95941 Py2/3 parse_qs compatibility
Philipp Hagemeister a130bc6d02 One more except..as
Philipp Hagemeister 348d0a7a18 Py2/3 compatibility for http.client
Philipp Hagemeister 03f9daab34 Use io.BytesIO instead of StringIO
Philipp Hagemeister 01ba00ca42 Prepare urllib references for 2/3 compatibility
Philipp Hagemeister e08bee320e Use except .. as everywhere ()
Philipp Hagemeister 96731798db Rename util.u to util.compat_str
Filippo Valsorda c63cc10ffa Merge remote-tracking branch 'origin/master' into IE_cleanup
Conflicts:
	youtube_dl/FileDownloader.py
Filippo Valsorda f462df021a Use None on missing required info_dict fields
Philipp Hagemeister 1a84d8675b Use u instead of str in Python 2
Filippo Valsorda 03c5b0fbd4 IE._WORKING attribute in order to warn the users and skip the tests on broken IEs
Philipp Hagemeister 95649b3936 Replace long with int (see PEP 237)
Philipp Hagemeister dd109dee8e Remove mentions of unicode
Filippo Valsorda 7e4674830e document info_dict['subtitles'] and info_dict['urlhandle']
Filippo Valsorda 9ce5d9ee75 make all IEs return 'upload_date' and 'uploader', even if only u'NA'
Filippo Valsorda b49e75ff9a info_dict['upload_date'] is documented in --output, IEs MUST specify it
Filippo Valsorda abe7a3ac2a info_dict['player_url'] is used only for rtmpdump, indicate it as optional in the info_dict
Filippo Valsorda 717b1f72ed default info_dict['format'] to info_dict['ext'] and make the YT one more verbose
Philipp Hagemeister 33d94a6c99 Merge remote-tracking branch 'alab1001101/master'
Philipp Hagemeister fa59f4b6a9 Merge remote-tracking branch 'chrisjrn/master'