[globo] Skip unsupported smooth streaming
This commit is contained in:
parent
e3778cce0e
commit
c3459d24f1
|
@ -338,7 +338,7 @@ class GloboIE(InfoExtractor):
|
|||
formats = []
|
||||
for resource in video['resources']:
|
||||
resource_id = resource.get('_id')
|
||||
if not resource_id:
|
||||
if not resource_id or resource_id.endswith('manifest'):
|
||||
continue
|
||||
|
||||
security = self._download_json(
|
||||
|
|
Loading…
Reference in New Issue