projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e31b7
)
[gamespot] add test for #14652
author
Remita Amine
<remitamine@gmail.com>
Mon, 13 Nov 2017 09:30:12 +0000
(10:30 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Mon, 13 Nov 2017 09:30:12 +0000
(10:30 +0100)
youtube_dl/extractor/gamespot.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/gamespot.py
b/youtube_dl/extractor/gamespot.py
index a9606a02caebc8f3216d3954460e55e049b50782..ab647dd4154cdc996c455ca45a5d6fa9d1e20f70 100644
(file)
--- 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):