1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

[francetv] PEP8

This commit is contained in:
Philipp Hagemeister 2014-11-26 12:38:20 +01:00
parent 673cf0e773
commit b72823a0a4

View file

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