diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-10 19:55:09 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-10-10 19:55:52 +0200 |
commit | 1cbb27b151cb3c2195a551726c05a8f156c5b8b1 (patch) | |
tree | c528182abbc5de95de2569dc8474189ea20ea67d /youtube_dl | |
parent | 0ab4ff6378b40d35a0bd0e63c3bd9b837c4e6b74 (diff) |
[gamespot] Mark as broken (#1587)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/gamespot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/gamespot.py b/youtube_dl/extractor/gamespot.py index cd3bbe65f..5edbf678a 100644 --- a/youtube_dl/extractor/gamespot.py +++ b/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/", |