From: Sergey M․ Date: Tue, 7 Apr 2015 15:00:52 +0000 (+0600) Subject: [addanime] Extend _VALID_URL (Closes #5372) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=5f4b5cf044cff5263fa062596ace6180d42a4534;p=youtube-dl [addanime] Extend _VALID_URL (Closes #5372) --- diff --git a/youtube_dl/extractor/addanime.py b/youtube_dl/extractor/addanime.py index d2a60a056..28180bc3f 100644 --- a/youtube_dl/extractor/addanime.py +++ b/youtube_dl/extractor/addanime.py @@ -16,7 +16,7 @@ from ..utils import ( class AddAnimeIE(InfoExtractor): - _VALID_URL = r'^http://(?:\w+\.)?add-anime\.net/watch_video\.php\?(?:.*?)v=(?P[\w_]+)(?:.*)' + _VALID_URL = r'http://(?:\w+\.)?add-anime\.net/(?:watch_video\.php\?(?:.*?)v=|video/)(?P[\w_]+)' _TEST = { 'url': 'http://www.add-anime.net/watch_video.php?v=24MR3YO5SAS9', 'md5': '72954ea10bc979ab5e2eb288b21425a0',