0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-23 02:25:11 +00:00

[globo] Skip unsupported smooth streaming

This commit is contained in:
Sergey M․ 2015-11-04 16:53:21 +06:00
parent e3778cce0e
commit c3459d24f1

View file

@ -338,7 +338,7 @@ def _real_extract(self, url):
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(