about summary refs log tree commit diff
path: root/youtube_dl/extractor/yahoo.py
diff options
context:
space:
mode:
authorigv <igv.versn@gmail.com>2016-01-21 12:36:09 +0300
committerSergey M․ <dstftw@gmail.com>2016-01-21 22:35:28 +0600
commit383496e65ed2a965ab82e5cc3012fd3e0ca2afbf (patch)
treea4dc870a318796f0cb88115cdb60ef4461d204c5 /youtube_dl/extractor/yahoo.py
parent4519c1f43cd2d0634e85041aa8f950ddb745e285 (diff)
downloadyoutube-dl-383496e65ed2a965ab82e5cc3012fd3e0ca2afbf.tar.gz
youtube-dl-383496e65ed2a965ab82e5cc3012fd3e0ca2afbf.tar.xz
youtube-dl-383496e65ed2a965ab82e5cc3012fd3e0ca2afbf.zip
Additional regex for yahoo extractor
Diffstat (limited to 'youtube_dl/extractor/yahoo.py')
-rw-r--r--youtube_dl/extractor/yahoo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py
index 4a492f784..92b50f6f7 100644
--- a/youtube_dl/extractor/yahoo.py
+++ b/youtube_dl/extractor/yahoo.py
@@ -221,6 +221,7 @@ class YahooIE(InfoExtractor):
                     r'root\.App\.Cache\.context\.videoCache\.curVideo = \{"([^"]+)"',
                     r'"first_videoid"\s*:\s*"([^"]+)"',
                     r'%s[^}]*"ccm_id"\s*:\s*"([^"]+)"' % re.escape(page_id),
+                    r'yahoo:\/\/article\/view\?uuid=([^&]+)&',
                 ]
                 video_id = self._search_regex(
                     CONTENT_ID_REGEXES, webpage, 'content ID')