1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-31 09:10:08 +08:00

[foxcomtr] one more cleaning

This commit is contained in:
Ozan Karaali
2019-10-13 01:29:53 +03:00
committed by GitHub
Unverified
parent 94e2e0eec0
commit 3f1b4347ad
+1 -1
View File
@@ -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')