[extractor/generic] Fix tvc ie_key
This commit is contained in:
parent
5ccddb7ecf
commit
2da09ff8b0
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ class GenericIE(InfoExtractor):
|
||||||
# Look for embedded TVC player
|
# Look for embedded TVC player
|
||||||
rutv_url = TVCIE._extract_url(webpage)
|
rutv_url = TVCIE._extract_url(webpage)
|
||||||
if rutv_url:
|
if rutv_url:
|
||||||
return self.url_result(rutv_url, 'TVCEmbed')
|
return self.url_result(rutv_url, 'TVC')
|
||||||
|
|
||||||
# Look for embedded SportBox player
|
# Look for embedded SportBox player
|
||||||
sportbox_urls = SportBoxEmbedIE._extract_urls(webpage)
|
sportbox_urls = SportBoxEmbedIE._extract_urls(webpage)
|
||||||
|
|
Loading…
Reference in a new issue