mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[francetv] PEP8
This commit is contained in:
parent
673cf0e773
commit
b72823a0a4
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ def _extract_video(self, video_id, catalogue):
|
||||||
else:
|
else:
|
||||||
georestricted = False
|
georestricted = False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
formats = []
|
formats = []
|
||||||
for video in info['videos']:
|
for video in info['videos']:
|
||||||
if video['statut'] != 'ONLINE':
|
if video['statut'] != 'ONLINE':
|
||||||
|
|
Loading…
Reference in a new issue