projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92747e6
)
[msn] Add test URL with non-alphanumeric characters
author
Sergey M․
<dstftw@gmail.com>
Sun, 26 Jun 2016 15:02:46 +0000
(22:02 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 26 Jun 2016 15:03:36 +0000
(22:03 +0700)
youtube_dl/extractor/msn.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/msn.py
b/youtube_dl/extractor/msn.py
index d4569e32545a3773d8b0a303d94a095c0176170b..1ec8e0f50e6d407aa05e358a1809a1633d97876a 100644
(file)
--- a/
youtube_dl/extractor/msn.py
+++ b/
youtube_dl/extractor/msn.py
@@
-38,6
+38,9
@@
class MSNIE(InfoExtractor):
# geo restricted
'url': 'http://www.msn.com/en-ae/foodanddrink/joinourtable/the-first-fart-makes-you-laugh-the-last-fart-makes-you-cry/vp-AAhzIBU',
'only_matching': True,
+ }, {
+ 'url': 'http://www.msn.com/en-ae/entertainment/bollywood/watch-how-salman-khan-reacted-when-asked-if-he-would-apologize-for-his-‘raped-woman’-comment/vi-AAhvzW6',
+ 'only_matching': True,
}]
def _real_extract(self, url):