Browse Source

[gamespot] Mark as broken (#1587)

rtmp_test
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
1cbb27b151
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/gamespot.py

+ 1
- 0
youtube_dl/extractor/gamespot.py View 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/",


Loading…
Cancel
Save