Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
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': { |
|
|
|