1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-15 01:29:33 +00:00

[motherless:group] Fix _VALID_URL

This commit is contained in:
Sergey M․ 2018-06-21 23:39:13 +07:00
parent b71cc71910
commit 9fb62e35f6
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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': {