projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71cc71
)
[motherless:group] Fix _VALID_URL
author
Sergey M․
<dstftw@gmail.com>
Thu, 21 Jun 2018 16:39:13 +0000
(23:39 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 21 Jun 2018 16:39:13 +0000
(23:39 +0700)
youtube_dl/extractor/motherless.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/motherless.py
b/youtube_dl/extractor/motherless.py
index f191310e176048921dc8d875bf6f32d1147e4903..bed5645f271b41a25c89ea4fac4d5167cedab2ec 100644
(file)
--- a/
youtube_dl/extractor/motherless.py
+++ b/
youtube_dl/extractor/motherless.py
@@
-123,7
+123,7
@@
class MotherlessIE(InfoExtractor):
class MotherlessGroupIE(InfoExtractor):
- _VALID_URL = 'https?://(?:www\.)?motherless\.com/gv?/(?P<id>[a-z0-9_]+)'
+ _VALID_URL =
r
'https?://(?:www\.)?motherless\.com/gv?/(?P<id>[a-z0-9_]+)'
_TESTS = [{
'url': 'http://motherless.com/g/movie_scenes',
'info_dict': {