mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
[foxcomtr] one more cleaning
This commit is contained in:
parent
94e2e0eec0
commit
3f1b4347ad
@ -50,7 +50,7 @@ class FoxComTrIE(InfoExtractor):
|
|||||||
|
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
title = self._og_search_title(webpage, default=None).strip()
|
title = self._og_search_title(webpage).strip()
|
||||||
|
|
||||||
m3u8_url = self._html_search_regex(r"videoSrc : '(.*)'",
|
m3u8_url = self._html_search_regex(r"videoSrc : '(.*)'",
|
||||||
webpage, 'root_url')
|
webpage, 'root_url')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user