aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/gamespot.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-11-13 10:24:35 +0100
committerRemita Amine <remitamine@gmail.com>2017-11-13 10:24:35 +0100
commitd4e31b72b971172ffdee7fbe3070d20e4454259c (patch)
treec93184d6adabf597e954e4444d431b5c922e7824 /youtube_dl/extractor/gamespot.py
parent5fc12b954971f5f63d1e87b05e8b01a9ae0e3b01 (diff)
downloadyoutube-dl-d4e31b72b971172ffdee7fbe3070d20e4454259c.tar.xz
[gamespot] lower the preference of http formats(#14652)
Diffstat (limited to 'youtube_dl/extractor/gamespot.py')
-rw-r--r--youtube_dl/extractor/gamespot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/gamespot.py b/youtube_dl/extractor/gamespot.py
index e6d6d9b1d..a9606a02c 100644
--- a/youtube_dl/extractor/gamespot.py
+++ b/youtube_dl/extractor/gamespot.py
@@ -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']: