1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 14:41:04 +02:00

[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

View File

@ -1305,7 +1305,7 @@ def _playlist_from_matches(matches, getter=None, ie=None):
# 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)