summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-11-13 10:30:12 +0100
committerRemita Amine <remitamine@gmail.com>2017-11-13 10:30:12 +0100
commit388beb86e0c8e3f76958aa8a258bd396b8b1e0fe (patch)
tree16ea59deacc142aef27b89a09275ad54d4ef778f
parentd4e31b72b971172ffdee7fbe3070d20e4454259c (diff)
downloadyoutube-dl-388beb86e0c8e3f76958aa8a258bd396b8b1e0fe.tar.gz
youtube-dl-388beb86e0c8e3f76958aa8a258bd396b8b1e0fe.tar.xz
youtube-dl-388beb86e0c8e3f76958aa8a258bd396b8b1e0fe.zip
[gamespot] add test for #14652
-rw-r--r--youtube_dl/extractor/gamespot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/gamespot.py b/youtube_dl/extractor/gamespot.py
index a9606a02c..ab647dd41 100644
--- a/youtube_dl/extractor/gamespot.py
+++ b/youtube_dl/extractor/gamespot.py
@@ -38,6 +38,9 @@ class GameSpotIE(OnceIE):
     }, {
         'url': 'https://www.gamespot.com/videos/embed/6439218/',
         'only_matching': True,
+    }, {
+        'url': 'https://www.gamespot.com/articles/the-last-of-us-2-receives-new-ps4-trailer/1100-6454469/',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):