[gamespot] skip Brightcove Once http formats(#14652)
This commit is contained in:
parent
59d2e6d04f
commit
a5203935d6
2 changed files with 4 additions and 3 deletions
|
@ -108,7 +108,8 @@ class GameSpotIE(OnceIE):
|
|||
onceux_url = self._parse_json(unescapeHTML(onceux_json), page_id).get('metadataUri')
|
||||
if onceux_url:
|
||||
formats.extend(self._extract_once_formats(re.sub(
|
||||
r'https?://[^/]+', 'http://once.unicornmedia.com', onceux_url)))
|
||||
r'https?://[^/]+', 'http://once.unicornmedia.com', onceux_url),
|
||||
skip_http_formats=True))
|
||||
|
||||
if not formats:
|
||||
for quality in ['sd', 'hd']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue