[francetv] PEP8
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 26 Nov 2014 11:38:20 +0000 (12:38 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 26 Nov 2014 11:38:20 +0000 (12:38 +0100)
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':