mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[curiositystream] PEP 8
This commit is contained in:
parent
6f1b2374af
commit
57e2cb6c3a
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ def _real_initialize(self):
|
||||||
|
|
||||||
def _extract_media_info(self, media):
|
def _extract_media_info(self, media):
|
||||||
video_id = compat_str(media['id'])
|
video_id = compat_str(media['id'])
|
||||||
limelight_media_id = media['limelight_media_id']
|
|
||||||
title = media['title']
|
title = media['title']
|
||||||
|
|
||||||
formats = []
|
formats = []
|
||||||
|
|
Loading…
Reference in a new issue