From: Sergey M․ Date: Thu, 21 Jun 2018 16:39:13 +0000 (+0700) Subject: [motherless:group] Fix _VALID_URL X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=9fb62e35f6e7d865a73cc310f24ccfa0700e5e26;p=youtube-dl [motherless:group] Fix _VALID_URL --- diff --git a/youtube_dl/extractor/motherless.py b/youtube_dl/extractor/motherless.py index f191310e1..bed5645f2 100644 --- 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[a-z0-9_]+)' + _VALID_URL = r'https?://(?:www\.)?motherless\.com/gv?/(?P[a-z0-9_]+)' _TESTS = [{ 'url': 'http://motherless.com/g/movie_scenes', 'info_dict': {