Browse Source

[francetv] PEP8

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
b72823a0a4
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      youtube_dl/extractor/francetv.py

+ 0
- 2
youtube_dl/extractor/francetv.py View File

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


Loading…
Cancel
Save