[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 .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: