[skyitalia] fixed a string

This commit is contained in:
nixxo 2020-09-19 09:11:19 +02:00
parent 7de0e5ad80
commit e26f3ccf87

View File

@ -16,7 +16,7 @@ class SkyItaliaBaseIE(InfoExtractor):
}
def _extract_video_id(self, url):
webpage = self._download_webpage(url, 'skysport')
webpage = self._download_webpage(url, 'skyitalia')
video_id = self._html_search_regex(
[r'data-videoid=\"(\d+)\"',
r'http://player\.sky\.it/social\?id=(\d+)\&'],