[tvplay] Don't raise an exception if `is_geo_blocked` is True
[youtube-dl] / youtube_dl / extractor / francetv.py
index 9bc959a9b5645822905b460d7561bd60b0b12e32..e0420a48f8cacb5661b6882f797c09755de4df46 100644 (file)
@@ -40,8 +40,6 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
         else:
             georestricted = False
 
-
-
         formats = []
         for video in info['videos']:
             if video['statut'] != 'ONLINE':