1
0
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:
Ozan Karaali 2019-10-13 01:29:53 +03:00 committed by GitHub
parent 94e2e0eec0
commit 3f1b4347ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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')