diff options
| -rw-r--r-- | youtube_dl/extractor/francetv.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py index 9bc959a9b..e0420a48f 100644 --- a/youtube_dl/extractor/francetv.py +++ b/youtube_dl/extractor/francetv.py @@ -40,8 +40,6 @@ class FranceTVBaseInfoExtractor(InfoExtractor):          else:              georestricted = False - -          formats = []          for video in info['videos']:              if video['statut'] != 'ONLINE':  | 
