From 589121e80835c63aea0880a53c6678de5c31c16e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 28 Mar 2015 01:59:01 +0100 Subject: Spare code cosmetics --- module/plugins/hoster/MegasharesCom.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/plugins/hoster/MegasharesCom.py') diff --git a/module/plugins/hoster/MegasharesCom.py b/module/plugins/hoster/MegasharesCom.py index 473675b64..c6ccdb587 100644 --- a/module/plugins/hoster/MegasharesCom.py +++ b/module/plugins/hoster/MegasharesCom.py @@ -20,17 +20,17 @@ class MegasharesCom(SimpleHoster): ("Walter Purcaro", "vuolter@gmail.com")] - NAME_PATTERN = r'

]*title="(?P[^"]+)">' + NAME_PATTERN = r'

]*title="(?P.+?)">' SIZE_PATTERN = r'Filesize: (?P[\d.,]+) (?P[\w^_]+)' OFFLINE_PATTERN = r'
(Invalid Link Request|Link has been deleted|Invalid link)' - LINK_PATTERN = r'
All download slots for this link are currently filled' -- cgit v1.2.3