[9gag] Allow old .tv domain
authorSergey M․ <dstftw@gmail.com>
Tue, 22 Sep 2015 19:43:26 +0000 (01:43 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 22 Sep 2015 19:43:26 +0000 (01:43 +0600)
There are still references to it in webpage's source

youtube_dl/extractor/ninegag.py

index 34879d1c86fbcd3f6467d6888b15d337f4b9d226..d157b0d1023ea5ab10e58fe538a6424bb8f4069c 100644 (file)
@@ -9,7 +9,7 @@ from ..utils import str_to_int
 
 class NineGagIE(InfoExtractor):
     IE_NAME = '9gag'
-    _VALID_URL = r'https?://(?:www\.)?9gag\.com/tv/p/(?P<id>[a-zA-Z0-9]+)(?:/(?P<display_id>[^?#/]+))?'
+    _VALID_URL = r'https?://(?:www\.)?9gag(?:\.com/tv|\.tv)/p/(?P<id>[a-zA-Z0-9]+)(?:/(?P<display_id>[^?#/]+))?'
 
     _TESTS = [{
         "url": "http://9gag.com/tv/p/Kk2X5/people-are-awesome-2013-is-absolutely-awesome",
@@ -28,6 +28,9 @@ class NineGagIE(InfoExtractor):
     }, {
         'url': 'http://9gag.com/tv/p/KklwM',
         'only_matching': True,
+    }, {
+        'url': 'http://9gag.tv/p/Kk2X5',
+        'only_matching': True,
     }]
     _EXTERNAL_VIDEO_PROVIDER = {
         '1': {