about summary refs log tree commit diff
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-10-14 11:55:03 +0100
committerremitamine <remitamine@gmail.com>2015-10-14 11:55:03 +0100
commitdb8e38b8cff2e67a9ff51104c4a7b33c20650204 (patch)
treeb4e00eddb625b7800c3354c7dcfc994b1ed6c667
parentadccf33632c51def397cdfb08c1271de6d6ec95e (diff)
downloadyoutube-dl-db8e38b8cff2e67a9ff51104c4a7b33c20650204.tar.gz
youtube-dl-db8e38b8cff2e67a9ff51104c4a7b33c20650204.tar.xz
youtube-dl-db8e38b8cff2e67a9ff51104c4a7b33c20650204.zip
[ign] add tests for me.ign specific language urls
-rw-r--r--youtube_dl/extractor/ign.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ign.py b/youtube_dl/extractor/ign.py
index fa4e67394..fb2753738 100644
--- 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):