mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 18:34:32 +01: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…
Reference in New Issue
Block a user