mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 10:27:14 +08:00
[nbc:NBCSportsVPlayer] Corrected video URL
This commit is contained in:
parent
5113b69124
commit
56ee4893e7
@ -134,7 +134,8 @@ class NBCSportsVPlayerIE(InfoExtractor):
|
|||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
theplatform_url = self._og_search_video_url(webpage)
|
theplatform_url = self._og_search_video_url(webpage).replace(
|
||||||
|
'vplayer.nbcsports.com', 'player.theplatform.com')
|
||||||
return self.url_result(theplatform_url, 'ThePlatform')
|
return self.url_result(theplatform_url, 'ThePlatform')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user