projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4116dc
)
[allocine] Add test for new URL format
author
Sergey M․
<dstftw@gmail.com>
Tue, 16 Dec 2014 15:03:10 +0000
(21:03 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 16 Dec 2014 15:03:10 +0000
(21:03 +0600)
youtube_dl/extractor/allocine.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/allocine.py
b/youtube_dl/extractor/allocine.py
index 023e06fc6b03ac76cd2435c4c25ef3656ef96243..7d65b81931fb2d9b3acb5dd4ab2961a2aec52bea 100644
(file)
--- a/
youtube_dl/extractor/allocine.py
+++ b/
youtube_dl/extractor/allocine.py
@@
-44,6
+44,9
@@
class AllocineIE(InfoExtractor):
'description': 'md5:71742e3a74b0d692c7fce0dd2017a4ac',
'thumbnail': 're:http://.*\.jpg',
},
+ }, {
+ 'url': 'http://www.allocine.fr/video/video-19550147/',
+ 'only_matching': True,
}]
def _real_extract(self, url):