mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-01 15:02:22 -04:00
[francetv] Fix wrong variable name
This commit is contained in:
@@ -21,7 +21,7 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
|
||||
manifest_url = info.find('videos/video/url').text
|
||||
manifest_url = manifest_url.replace('/z/', '/i/')
|
||||
|
||||
if url.startswith('rtmp'):
|
||||
if manifest_url.startswith('rtmp'):
|
||||
formats = [{'url': manifest_url, 'ext': 'flv'}]
|
||||
else:
|
||||
formats = []
|
||||
|
||||
Reference in New Issue
Block a user