diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-26 12:38:20 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-26 12:38:20 +0100 |
commit | b72823a0a4bb78ed52845e505736bd15db1f3553 (patch) | |
tree | 760cdc2c9f6f00108abe3639612b4163347697d1 /youtube_dl | |
parent | 673cf0e773eb60dd29d1ef1a8cf24bfbdcbb8a5b (diff) |
[francetv] PEP8
Diffstat (limited to 'youtube_dl')
-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': |