[gamespot] lower the preference of http formats(#14652)

This commit is contained in:
Remita Amine 2017-11-13 10:24:35 +01:00
parent 5fc12b9549
commit d4e31b72b9
2 changed files with 4 additions and 3 deletions

View file

@ -109,7 +109,7 @@ class GameSpotIE(OnceIE):
if onceux_url:
formats.extend(self._extract_once_formats(re.sub(
r'https?://[^/]+', 'http://once.unicornmedia.com', onceux_url),
skip_http_formats=True))
http_formats_preference=-1))
if not formats:
for quality in ['sd', 'hd']: