aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/gamespot.py
diff options
context:
space:
mode:
authorNehal Patel <nehalvpatels+github@gmail.com>2016-07-07 16:39:39 -0500
committerSergey M․ <dstftw@gmail.com>2016-07-15 03:06:23 +0700
commit7b0d333a7e7f13858cc0a24a89dc32b07a2a84f3 (patch)
treee8b24cf4554c1911d66875b04405b922dda7b3bc /youtube_dl/extractor/gamespot.py
parent342f0c3682885ad4c7d709686b2a38a466dd05a0 (diff)
downloadyoutube-dl-7b0d333a7e7f13858cc0a24a89dc32b07a2a84f3.tar.xz
Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer
Diffstat (limited to 'youtube_dl/extractor/gamespot.py')
-rw-r--r--youtube_dl/extractor/gamespot.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/youtube_dl/extractor/gamespot.py b/youtube_dl/extractor/gamespot.py
index 621257c9f..4e859e09a 100644
--- a/youtube_dl/extractor/gamespot.py
+++ b/youtube_dl/extractor/gamespot.py
@@ -28,10 +28,13 @@ class GameSpotIE(OnceIE):
'url': 'http://www.gamespot.com/videos/the-witcher-3-wild-hunt-xbox-one-now-playing/2300-6424837/',
'info_dict': {
'id': 'gs-2300-6424837',
- 'ext': 'flv',
- 'title': 'The Witcher 3: Wild Hunt [Xbox ONE] - Now Playing',
+ 'ext': 'mp4',
+ 'title': 'Now Playing - The Witcher 3: Wild Hunt',
'description': 'Join us as we take a look at the early hours of The Witcher 3: Wild Hunt and more.',
},
+ 'params': {
+ 'skip_download': True, # m3u8 downloads
+ },
}]
def _real_extract(self, url):