[yahoo] Add test and improve some content id regex
authorSergey M․ <dstftw@gmail.com>
Sun, 6 Nov 2016 14:16:33 +0000 (21:16 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 6 Nov 2016 14:16:33 +0000 (21:16 +0700)
youtube_dl/extractor/yahoo.py

index ca92c60c3b5218b26c94166572e4eb26fcf6a50d..4951414e91ffbc34dc83629403c8b64ffb5e5682 100644 (file)
@@ -201,6 +201,19 @@ class YahooIE(InfoExtractor):
             },
             'skip': 'redirect to https://www.yahoo.com/music',
         },
+        {
+            # yahoo://article/
+            'url': 'https://www.yahoo.com/movies/video/true-story-trailer-173000497.html',
+            'info_dict': {
+                'id': '071c4013-ce30-3a93-a5b2-e0413cd4a9d1',
+                'ext': 'mp4',
+                'title': "'True Story' Trailer",
+                'description': 'True Story',
+            },
+            'params': {
+                'skip_download': True,
+            },
+        },
         {
             # ytwnews://cavideo/
             'url': 'https://tw.video.yahoo.com/movie-tw/單車天使-中文版預-092316541.html',
@@ -282,7 +295,7 @@ class YahooIE(InfoExtractor):
                     r'"first_videoid"\s*:\s*"([^"]+)"',
                     r'%s[^}]*"ccm_id"\s*:\s*"([^"]+)"' % re.escape(page_id),
                     r'<article[^>]data-uuid=["\']([^"\']+)',
-                    r'yahoo://article/view\?.*\buuid=([^&"\']+)',
+                    r'<meta[^<>]+yahoo://article/view\?.*\buuid=([^&"\']+)',
                     r'<meta[^<>]+["\']ytwnews://cavideo/(?:[^/]+/)+([\da-fA-F-]+)[&"\']',
                 ]
                 video_id = self._search_regex(