projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a520393
)
[gamespot] add support for article URLS(closes #14652)
author
Remita Amine
<remitamine@gmail.com>
Sat, 11 Nov 2017 12:02:39 +0000
(13:02 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sat, 11 Nov 2017 12:03:16 +0000
(13:03 +0100)
youtube_dl/extractor/gamespot.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/gamespot.py
b/youtube_dl/extractor/gamespot.py
index be1ed8b4a3f91a008386468736b8eda00289c141..e6d6d9b1d41fed5c51705be554f2812aeb3638bf 100644
(file)
--- a/
youtube_dl/extractor/gamespot.py
+++ b/
youtube_dl/extractor/gamespot.py
@@
-14,7
+14,7
@@
from ..utils import (
class GameSpotIE(OnceIE):
- _VALID_URL = r'https?://(?:www\.)?gamespot\.com/
video
s/(?:[^/]+/\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',