mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 00:54:31 +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)
|
||||
|
||||
title = self._og_search_title(webpage, default=None).strip()
|
||||
title = self._og_search_title(webpage).strip()
|
||||
|
||||
m3u8_url = self._html_search_regex(r"videoSrc : '(.*)'",
|
||||
webpage, 'root_url')
|
||||
|
Loading…
Reference in New Issue
Block a user