Merge branch 'cinemassacre' of github.com:rzhxeo/youtube-dl into rzhxeo-cinemassacre
[youtube-dl] / youtube_dl / extractor / gamespot.py
index cd3bbe65f5dd9891f5cf4a68fb1adcd8a45c4196..5edbf678ad805f4f5408bf7d478fd5f7402ae5ce 100644 (file)
@@ -8,6 +8,7 @@ from ..utils import (
 )
 
 class GameSpotIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'(?:http://)?(?:www\.)?gamespot\.com/.*-(?P<page_id>\d+)/?'
     _TEST = {
         u"url": u"http://www.gamespot.com/arma-iii/videos/arma-iii-community-guide-sitrep-i-6410818/",