Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
0 deletions
-
youtube_dl/extractor/common.py
|
@ -2328,6 +2328,8 @@ class InfoExtractor(object): |
|
|
urls = [] |
|
|
urls = [] |
|
|
formats = [] |
|
|
formats = [] |
|
|
for source in jwplayer_sources_data: |
|
|
for source in jwplayer_sources_data: |
|
|
|
|
|
if not isinstance(source, dict): |
|
|
|
|
|
continue |
|
|
source_url = self._proto_relative_url(source.get('file')) |
|
|
source_url = self._proto_relative_url(source.get('file')) |
|
|
if not source_url: |
|
|
if not source_url: |
|
|
continue |
|
|
continue |
|
|