diff --git a/youtube_dl/extractor/globo.py b/youtube_dl/extractor/globo.py index c288990110..ec451bb07c 100644 --- a/youtube_dl/extractor/globo.py +++ b/youtube_dl/extractor/globo.py @@ -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(