[extractor/generic] Fix tvc ie_key

This commit is contained in:
Sergey M․ 2015-06-12 16:26:31 +06:00
parent 5ccddb7ecf
commit 2da09ff8b0
1 changed files with 1 additions and 1 deletions

View File

@ -1305,7 +1305,7 @@ class GenericIE(InfoExtractor):
# Look for embedded TVC player
rutv_url = TVCIE._extract_url(webpage)
if rutv_url:
return self.url_result(rutv_url, 'TVCEmbed')
return self.url_result(rutv_url, 'TVC')
# Look for embedded SportBox player
sportbox_urls = SportBoxEmbedIE._extract_urls(webpage)