|
@@ -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
|