[viceland] fix info extraction(closes #8799)
authorRemita Amine <remitamine@gmail.com>
Sun, 14 Aug 2016 18:04:23 +0000 (19:04 +0100)
committerRemita Amine <remitamine@gmail.com>
Sun, 14 Aug 2016 18:04:23 +0000 (19:04 +0100)
youtube_dl/extractor/uplynk.py
youtube_dl/extractor/viceland.py

index a6a685c9dade5b962b3358bf1ca9caab66c98f12..4313bc9cbbd11d01682fad8b4382cf3b5eaeedd3 100644 (file)
@@ -26,8 +26,8 @@ class UplynkIE(InfoExtractor):
         },
     }
 
-    def _real_extract(self, url):
-        path, external_id, video_id, session_id = re.match(self._VALID_URL, url).groups()
+    def _extract_uplynk_info(self, uplynk_content_url):
+        path, external_id, video_id, session_id = re.match(UplynkIE._VALID_URL, uplynk_content_url).groups()
         display_id = video_id or external_id
         formats = self._extract_m3u8_formats('http://content.uplynk.com/%s.m3u8' % path, display_id, 'mp4')
         if session_id:
@@ -49,8 +49,11 @@ class UplynkIE(InfoExtractor):
             'formats': formats,
         }
 
+    def _real_extract(self, url):
+        return self._extract_uplynk_info(url)
+
 
-class UplynkPreplayIE(InfoExtractor):
+class UplynkPreplayIE(UplynkIE):
     _VALID_URL = r'https?://.*?\.uplynk\.com/preplay2?/(?P<path>ext/[0-9a-f]{32}/(?P<external_id>[^/?&]+)|(?P<id>[0-9a-f]{32}))\.json'
 
     def _real_extract(self, url):
@@ -61,4 +64,4 @@ class UplynkPreplayIE(InfoExtractor):
         session_id = preplay.get('sid')
         if session_id:
             content_url += '?pbs=' + session_id
-        return self.url_result(content_url, 'Uplynk')
+        return self._extract_uplynk_info(content_url)
index c66e8eb9580923719e1661f0a84b5fa49dcfe345..f72294b51a8cb81c9e454d8ed905e689f3e525f5 100644 (file)
@@ -25,6 +25,13 @@ class VicelandIE(AdobePass):
         'info_dict': {
             'id': '57608447973ee7705f6fbd4e',
             'ext': 'mp4',
+            'title': 'CYBERWAR (Trailer)',
+            'description': 'Tapping into the geopolitics of hacking and surveillance, Ben Makuch travels the world to meet with hackers, government officials, and dissidents to investigate the ecosystem of cyberwarfare.',
+            'age_limit': 14,
+            'timestamp': 1466008539,
+            'upload_date': '20160615',
+            'uploader_id': '11',
+            'uploader': 'Viceland',
         },
         'params': {
             # m3u8 download