projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adccf33
)
[ign] add tests for me.ign specific language urls
author
remitamine
<remitamine@gmail.com>
Wed, 14 Oct 2015 10:55:03 +0000
(11:55 +0100)
committer
remitamine
<remitamine@gmail.com>
Wed, 14 Oct 2015 10:55:03 +0000
(11:55 +0100)
youtube_dl/extractor/ign.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ign.py
b/youtube_dl/extractor/ign.py
index fa4e673947c395870fe6b4b15c32da74a4bc9616..fb275373873c90b274f8a36ff523f36c646fb6a9 100644
(file)
--- a/
youtube_dl/extractor/ign.py
+++ b/
youtube_dl/extractor/ign.py
@@
-77,6
+77,14
@@
class IGNIE(InfoExtractor):
'upload_date': '20140814',
},
},
+ {
+ 'url': 'http://me.ign.com/en/videos/112203/video/how-hitman-aims-to-be-different-than-every-other-s',
+ 'only_matching': True,
+ },
+ {
+ 'url': 'http://me.ign.com/ar/angry-birds-2/106533/video/lrd-ldyy-lwl-lfylm-angry-birds',
+ 'only_matching': True,
+ },
]
def _find_video_id(self, webpage):