[skyitalia] fixed a string
This commit is contained in:
parent
7de0e5ad80
commit
e26f3ccf87
@ -16,7 +16,7 @@ class SkyItaliaBaseIE(InfoExtractor):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def _extract_video_id(self, url):
|
def _extract_video_id(self, url):
|
||||||
webpage = self._download_webpage(url, 'skysport')
|
webpage = self._download_webpage(url, 'skyitalia')
|
||||||
video_id = self._html_search_regex(
|
video_id = self._html_search_regex(
|
||||||
[r'data-videoid=\"(\d+)\"',
|
[r'data-videoid=\"(\d+)\"',
|
||||||
r'http://player\.sky\.it/social\?id=(\d+)\&'],
|
r'http://player\.sky\.it/social\?id=(\d+)\&'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user