projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e7a4c
)
[camdemy] Fix _VALID_URL
author
Sergey M․
<dstftw@gmail.com>
Fri, 13 Feb 2015 14:10:42 +0000
(20:10 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 13 Feb 2015 14:10:42 +0000
(20:10 +0600)
youtube_dl/extractor/camdemy.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/camdemy.py
b/youtube_dl/extractor/camdemy.py
index 5de5879b4481c9ff0f2aed69da9f6b1454b80110..897f3a104ce2d31aeac99e98197557ef502faf18 100644
(file)
--- a/
youtube_dl/extractor/camdemy.py
+++ b/
youtube_dl/extractor/camdemy.py
@@
-16,7
+16,7
@@
from ..utils import (
class CamdemyIE(InfoExtractor):
- _VALID_URL = r'http://
www.camdemy
.com/media/(?P<id>\d+)'
+ _VALID_URL = r'http://
(?:www\.)?camdemy\
.com/media/(?P<id>\d+)'
_TESTS = [{
# single file
'url': 'http://www.camdemy.com/media/5181/',