Skip to content

Commit

Permalink
[gamespot] add support for article URLS(closes #14652)
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Nov 11, 2017
1 parent a520393 commit 79d1f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/gamespot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class GameSpotIE(OnceIE):
_VALID_URL = r'https?://(?:www\.)?gamespot\.com/videos/(?:[^/]+/\d+-|embed/)(?P<id>\d+)'
_VALID_URL = r'https?://(?:www\.)?gamespot\.com/(?:video|article)s/(?:[^/]+/\d+-|embed/)(?P<id>\d+)'
_TESTS = [{
'url': 'http://www.gamespot.com/videos/arma-3-community-guide-sitrep-i/2300-6410818/',
'md5': 'b2a30deaa8654fcccd43713a6b6a4825',
Expand Down

0 comments on commit 79d1f8e

Please sign in to comment.