|
@@ -338,7 +338,7 @@ class GloboIE(InfoExtractor):
|
|
formats = []
|
|
formats = []
|
|
for resource in video['resources']:
|
|
for resource in video['resources']:
|
|
resource_id = resource.get('_id')
|
|
resource_id = resource.get('_id')
|
|
- if not resource_id:
|
|
|
|
|
|
+ if not resource_id or resource_id.endswith('manifest'):
|
|
continue
|
|
continue
|
|
|
|
|
|
security = self._download_json(
|
|
security = self._download_json(
|