youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9fb62e35f6e7d865a73cc310f24ccfa0700e5e26
parent b71cc719103c45365244334a4c481f88cd3534fc
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 21 Jun 2018 23:39:13 +0700

[motherless:group] Fix _VALID_URL

Diffstat:
Myoutube_dl/extractor/motherless.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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': {