1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-23 01:22:57 +07:00

[bliptv] remove extractor and add support for site replacement(makertv)

This commit is contained in:
remitamine
2015-10-15 23:27:46 +01:00
parent fafc7950e2
commit 77302fe5c9
6 changed files with 103 additions and 310 deletions

View File

@@ -41,7 +41,6 @@
from .condenast import CondeNastIE
from .udn import UDNEmbedIE
from .senateisvp import SenateISVPIE
from .bliptv import BlipTVIE
from .svt import SVTIE
from .pornhub import PornHubIE
from .xhamster import XHamsterEmbedIE
@@ -1389,11 +1388,6 @@ def _playlist_from_matches(matches, getter=None, ie=None):
'id': match.group('id')
}
# Look for embedded blip.tv player
bliptv_url = BlipTVIE._extract_url(webpage)
if bliptv_url:
return self.url_result(bliptv_url, 'BlipTV')
# Look for SVT player
svt_url = SVTIE._extract_url(webpage)
if svt_url: