浏览代码

[gamespot] Mark as broken (#1587)

Jaime Marquínez Ferrándiz 12 年之前
父节点
当前提交
1cbb27b151
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/gamespot.py

+ 1 - 0
youtube_dl/extractor/gamespot.py

@@ -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/",