mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 08:33:28 +01:00
[curiositystream] PEP 8
This commit is contained in:
parent
6f1b2374af
commit
57e2cb6c3a
@ -48,7 +48,6 @@ class CuriosityStreamBaseIE(InfoExtractor):
|
||||
|
||||
def _extract_media_info(self, media):
|
||||
video_id = compat_str(media['id'])
|
||||
limelight_media_id = media['limelight_media_id']
|
||||
title = media['title']
|
||||
|
||||
formats = []
|
||||
|
Loading…
Reference in New Issue
Block a user