Browse Source

[addanime] Extend _VALID_URL (Closes #5372)

Sergey M․ 10 years ago
parent
commit
5f4b5cf044
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/addanime.py

+ 1 - 1
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<id>[\w_]+)(?:.*)'
+    _VALID_URL = r'http://(?:\w+\.)?add-anime\.net/(?:watch_video\.php\?(?:.*?)v=|video/)(?P<id>[\w_]+)'
     _TEST = {
         'url': 'http://www.add-anime.net/watch_video.php?v=24MR3YO5SAS9',
         'md5': '72954ea10bc979ab5e2eb288b21425a0',