[motherless:group] Fix _VALID_URL
authorSergey M․ <dstftw@gmail.com>
Thu, 21 Jun 2018 16:39:13 +0000 (23:39 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 21 Jun 2018 16:39:13 +0000 (23:39 +0700)
youtube_dl/extractor/motherless.py

index f191310e176048921dc8d875bf6f32d1147e4903..bed5645f271b41a25c89ea4fac4d5167cedab2ec 100644 (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': {