[msn] Add test URL with non-alphanumeric characters
authorSergey M․ <dstftw@gmail.com>
Sun, 26 Jun 2016 15:02:46 +0000 (22:02 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 26 Jun 2016 15:03:36 +0000 (22:03 +0700)
youtube_dl/extractor/msn.py

index d4569e32545a3773d8b0a303d94a095c0176170b..1ec8e0f50e6d407aa05e358a1809a1633d97876a 100644 (file)
@@ -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):