Commit Graph

32 Commits (d1e2e8f583524e837d452d37fa7175a55ebc80ba)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 85920dd01d [bliptv] Convert to new subtitles system
Jaime Marquínez Ferrándiz 3fcfb8e9fa [utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the default user agent
Setting the 'User-Agent' header is enough
Philipp Hagemeister 09a5dd2d3b [bliptv] Add support for audio-only files (Fixes )
Yuriy Melnyk 248a0b890f [bliptv] Fix \n\n at the end of real_url
See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516
Yuriy Melnyk 96b7c7fe3f [bliptv] Fix resolution of lookup id in some videos
In some videos (for example, http://blip.tv/play/gbk766dkj4Yn) resolving
lookup id would fail, because page at
http://blip.tv/play/gbk766dkj4Yn.x?p=1 would have no "config.id" in
it. Fixed by requesting different URL and inspecting the URL which the
client is redirected to.
Philipp Hagemeister be53e2a737 [blip.tv:user] Modernize and add a test
Naglis Jonaitis 8caa0c9779 [bliptv] Fix the resolve of lookup ID (Closes )
Jaime Marquínez Ferrándiz 34708e1bb6 [bliptv] Remove superfluous characters in _VALID_URL regex
Philipp Hagemeister 1f8b6af773 [bip.tv] Allow underscore in lookup ids (Fixes )
Philipp Hagemeister 8f9b683eeb [blip.tv] Add legacy test case
This was broken in the mean time, so add a test case to make sure it doesn't break silently again.
Michael Smith b7c33124c8 [BlipTV] Allow plus sign in video ID
Sergey M․ 481efc84a8 [bliptv] Switch extraction to RSS (Closes )
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