aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/funnyordie.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-10-31 19:26:56 +0700
committerSergey M․ <dstftw@gmail.com>2014-10-31 19:26:56 +0700
commitd319948b6aa52b9b7041c54ac587a4b7cdf899a1 (patch)
tree2cfa60c8483b1f7ee5ec4e00a49a131fb16e8396 /youtube_dl/extractor/funnyordie.py
parent9a4bf889f925c1477eb9198f162d155f4f8be930 (diff)
downloadyoutube-dl-d319948b6aa52b9b7041c54ac587a4b7cdf899a1.zip
youtube-dl-d319948b6aa52b9b7041c54ac587a4b7cdf899a1.tar.gz
youtube-dl-d319948b6aa52b9b7041c54ac587a4b7cdf899a1.tar.bz2
[funnyordie] Add articles URL test
Diffstat (limited to 'youtube_dl/extractor/funnyordie.py')
-rw-r--r--youtube_dl/extractor/funnyordie.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/funnyordie.py b/youtube_dl/extractor/funnyordie.py
index 8ffcfca..487d5d1 100644
--- a/youtube_dl/extractor/funnyordie.py
+++ b/youtube_dl/extractor/funnyordie.py
@@ -29,6 +29,9 @@ class FunnyOrDieIE(InfoExtractor):
'description': 'Please use this to sell something. www.jonlajoie.com',
'thumbnail': 're:^http:.*\.jpg$',
},
+ }, {
+ 'url': 'http://www.funnyordie.com/articles/ebf5e34fc8/10-hours-of-walking-in-nyc-as-a-man',
+ 'only_matching': True,
}]
def _real_extract(self, url):