mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
[bliptv] remove extractor and add support for site replacement(makertv)
This commit is contained in:
parent
fafc7950e2
commit
77302fe5c9
6 changed files with 103 additions and 310 deletions
|
@ -41,7 +41,6 @@ from .myvi import MyviIE
|
|||
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 @@ class GenericIE(InfoExtractor):
|
|||
'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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue