[gamespot] add support for article URLS(closes #14652)
authorRemita Amine <remitamine@gmail.com>
Sat, 11 Nov 2017 12:02:39 +0000 (13:02 +0100)
committerRemita Amine <remitamine@gmail.com>
Sat, 11 Nov 2017 12:03:16 +0000 (13:03 +0100)
youtube_dl/extractor/gamespot.py

index be1ed8b4a3f91a008386468736b8eda00289c141..e6d6d9b1d41fed5c51705be554f2812aeb3638bf 100644 (file)
@@ -14,7 +14,7 @@ from ..utils import (
 
 
 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',