Commit Graph

20 Commits (af284c6d1b2833e1d3d3619306efca764e3e59af)

Author SHA1 Message Date
Philipp Hagemeister 117c8c6b97 [bliptv] Remove unused imports
Philipp Hagemeister 8e93b9b9aa Merge remote-tracking branch 'origin/master'
Conflicts:
	youtube_dl/extractor/bliptv.py
Philipp Hagemeister b4bcffefa3 [blip.tv] Add support for subtitles ()
Filippo Valsorda 2b39af9b4f [BlipTV] Add a test case w/ subtitles ()
z00nx 0 4f879a5be0 [bliptv] Filter out SRT files
Philipp Hagemeister a339e5cfb5 Remove unused imports
Philipp Hagemeister aff24732b9 Merge remote-tracking branch 'rzhxeo/blip'
Conflicts:
	youtube_dl/extractor/bliptv.py
Philipp Hagemeister cefcb9fde3 [bliptv] Use centralized format sorting
This also makes youtube-dl use the better "Source" format by default.
Philipp Hagemeister bca4e93076 [bliptv] Simplify
rzhxeo 531147dd5e [BlipTVIE] Extract all formats
rzhxeo c0f9969b9e [BlipTVIE] Fix and simplify extraction of embedded videos
Philipp Hagemeister dabc127362 Remove dead code
Philipp Hagemeister 1538eff6d8 [bliptv] Remove support for direct downloads
This is now handled by the generic IE
Philipp Hagemeister 466617f539 [bliptv] Simplify (From )
Jaime Marquínez Ferrándiz baa7b1978b Remove the calls to 'compat_urllib_request.urlopen' in a few extractors
Philipp Hagemeister 97dae9ae07 [bliptv] Make sure video ID is a string
Philipp Hagemeister 20c3893f0e Do not redefine variables in list comprehensions
Jaime Marquínez Ferrándiz d4da3d6116 BlipTVIE: download the video in the best quality (closes )
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister f58848011e Move blip.tv extractors into their own file