Commit Graph

279 Commits (0b40544f290de329679aebf06e98056e707dd7e1)

Author SHA1 Message Date
Dave Vasilevsky 0b40544f29 Preliminary support for twitch.tv and justin.tv
Philipp Hagemeister 0be41ec241 Do not decode None
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 5cb9c3129b restrict sys.argv craziness to Python 2 (Fixes )
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
Filippo Valsorda 2a298b72eb Release 2012.12.11
Philipp Hagemeister 55c0539872 Fix blip.tv in python3
Filippo Valsorda 9789a05c20 fix playlist pagination and add YT playlist tests (closes )
Filippo Valsorda 95eb771dcd Merge branch 'master' into fork_master
Conflicts:
	.travis.yml
Filippo Valsorda 1ca63e3ae3 the test didn't load our Gzip opener
this was blocking the Vimeo test

+ some more gentest fixes
Filippo Valsorda 59ce201915 print traceback on trouble if --verbose (why didn't I think of this before!?)
Filippo Valsorda 8d5d3a5d00 exposing the test mode as --test (hidden and undocumented)
Filippo Valsorda 37c8fd4842 added a test mode to FileDownloader that fetches only first 10K
Filippo Valsorda 3c6ffbaedb Merge 'rg3/master' into fork_master
Filippo Valsorda 5a304a7637 new updating scheme, based on GH downloads; also, check if not updateable (pip installed)
Filippo Valsorda fec89790b1 and now, also py2exe compiles fine :) (on Windows)
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 0f8d03f81c Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed for )
Philipp Hagemeister 077174f4ed Add an example to the -o documentation ()
Philipp Hagemeister e387eb5aba Let youtube IE handle IDs starting with PL (Closes )
Philipp Hagemeister 796173d08b Keep video IDs verbatim if possible (Closes )
Philipp Hagemeister 15c8d83358 Fix Soundcloud IE (+ Python3 support)
Filippo Valsorda cc51a7d4e0 New repo skeleton, getting ready for PyPi
Philipp Hagemeister 743b28ce11 Allow youtube_dl/__main__.py to be called directly
Philipp Hagemeister 6ad98fb3fd Correct exception raising
Philipp Hagemeister b08e09c370 Mark broken IEs in --list-extractors
Philipp Hagemeister 3cd69a54b2 Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister 627dcfff39 Restrict more characters (Closes )
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 f1cb5bcad2 Make __main__ work in all scenarios with relative imports
Philipp Hagemeister 9e8056d5a7 Use relative imports
Philipp Hagemeister 59ae15a507 Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister 40b35b4aa6 hack for apparently broken parse_qs in python2
Philipp Hagemeister 0f00efed4c Woooohooo! python3 youtube_dl BaW_jenozKc -t works!
Philipp Hagemeister e6137fd61d Remove superfluous encodings
Philipp Hagemeister 8cd10ac4ef Fix printing title etc.
Philipp Hagemeister 64a57846d3 correct to_stderr