From: Yen Chi Hsuan Date: Tue, 12 May 2015 04:42:13 +0000 (+0800) Subject: [nytimes] Correct _VALID_URL of NYTimesArticleIE X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=5332fd91bf16867b6777bd6cfd0b5086f84112c5;p=youtube-dl [nytimes] Correct _VALID_URL of NYTimesArticleIE --- diff --git a/youtube_dl/extractor/nytimes.py b/youtube_dl/extractor/nytimes.py index 6ffbe3863..7f254b867 100644 --- a/youtube_dl/extractor/nytimes.py +++ b/youtube_dl/extractor/nytimes.py @@ -89,7 +89,7 @@ class NYTimesIE(NYTimesBaseIE): class NYTimesArticleIE(NYTimesBaseIE): - _VALID_URL = r'https?://(?:www)?\.nytimes\.com/(.(?[^.]+)(?:\.html)?' + _VALID_URL = r'https?://(?:www\.)?nytimes\.com/(.(?[^.]+)(?:\.html)?' _TESTS = [{ 'url': 'http://www.nytimes.com/2015/04/14/business/owner-of-gravity-payments-a-credit-card-processor-is-setting-a-new-minimum-wage-70000-a-year.html?_r=0', 'md5': 'e2076d58b4da18e6a001d53fd56db3c9',