projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4bf88
)
[funnyordie] Add articles URL test
author
Sergey M․
<dstftw@gmail.com>
Fri, 31 Oct 2014 12:26:56 +0000
(19:26 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 31 Oct 2014 12:26:56 +0000
(19:26 +0700)
youtube_dl/extractor/funnyordie.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/funnyordie.py
b/youtube_dl/extractor/funnyordie.py
index 8ffcfca3b58a1e9570a23c5da5d904943ac9ea73..487d5d1b41b90f6afe3e3f739f80fc46262108be 100644
(file)
--- 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):