From 11b3241123899123bd40b96c161562bd76045e0a Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Fri, 21 Sep 2018 09:20:34 -0500 Subject: [PATCH] Add files via upload --- pymotherless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymotherless.py b/pymotherless.py index a7a83e4..e358472 100755 --- a/pymotherless.py +++ b/pymotherless.py @@ -1092,7 +1092,7 @@ def get_motherless_links(httpurl, httpheaders, httpcookie, httplibuse="urllib", mrtext = mrtext.decode('ascii', 'replace'); mregex_gettitle = re.escape("http://cdn")+"([1-4])"+re.escape("."); mrtext = re.sub(mregex_gettitle, "http://cdn.", mrtext); - mregex_gettitle = re.escape("")+"(.*)"+re.escape(" - MOTHERLESS.COM"); + mregex_gettitle = re.escape("

\n ")+"(.*)"+re.escape("

"); mlesstitle = re.findall(mregex_gettitle, mrtext); mregex_geturlone = re.escape("__fileurl = '")+'?\'?([^"\'>]*)'+re.escape("';"); mlesslinkone = re.findall(mregex_geturlone, mrtext); -- 2.11.4.GIT