[francetv] Fix wrong variable name

pull/8/head
Jaime Marquínez Ferrándiz 2014-07-28 15:21:05 +02:00
rodzic 7e8d73c183
commit 4958ae2058
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 = []