[FunnyOrDie] Add support for "/articles/" URLs
authoranovicecodemonkey <anovicecodemonkey13435@mailinator.com>
Fri, 31 Oct 2014 10:50:37 +0000 (21:20 +1030)
committeranovicecodemonkey <anovicecodemonkey13435@mailinator.com>
Fri, 31 Oct 2014 10:50:37 +0000 (21:20 +1030)
youtube_dl/extractor/funnyordie.py

index ec6d96adaeff666bf0fea7fe78e766c6a6ac2808..8ffcfca3b58a1e9570a23c5da5d904943ac9ea73 100644 (file)
@@ -8,7 +8,7 @@ from ..utils import ExtractorError
 
 
 class FunnyOrDieIE(InfoExtractor):
-    _VALID_URL = r'https?://(?:www\.)?funnyordie\.com/(?P<type>embed|videos)/(?P<id>[0-9a-f]+)(?:$|[?#/])'
+    _VALID_URL = r'https?://(?:www\.)?funnyordie\.com/(?P<type>embed|articles|videos)/(?P<id>[0-9a-f]+)(?:$|[?#/])'
     _TESTS = [{
         'url': 'http://www.funnyordie.com/videos/0732f586d7/heart-shaped-box-literal-video-version',
         'md5': 'bcd81e0c4f26189ee09be362ad6e6ba9',