|
|
@ -40,8 +40,6 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
georestricted = False
|
|
|
|
georestricted = False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formats = []
|
|
|
|
formats = []
|
|
|
|
for video in info['videos']:
|
|
|
|
for video in info['videos']:
|
|
|
|
if video['statut'] != 'ONLINE':
|
|
|
|
if video['statut'] != 'ONLINE':
|
|
|
|