Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
1 deletions
-
youtube_dl/extractor/curiositystream.py
|
@ -48,7 +48,6 @@ class CuriosityStreamBaseIE(InfoExtractor): |
|
|
|
|
|
|
|
|
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 = [] |
|
|