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/PromptfileCom.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/hoster/PromptfileCom.py') diff --git a/module/plugins/hoster/PromptfileCom.py b/module/plugins/hoster/PromptfileCom.py index 97edbd48e..3815a1a24 100644 --- a/module/plugins/hoster/PromptfileCom.py +++ b/module/plugins/hoster/PromptfileCom.py @@ -18,10 +18,10 @@ class PromptfileCom(SimpleHoster): __authors__ = [("igel", "igelkun@myopera.com")] - INFO_PATTERN = r'(?P.*?) \((?P[\d.,]+) (?P[\w^_]+)\)' - OFFLINE_PATTERN = r'File Not Found' + INFO_PATTERN = r'(?P.*?) \((?P[\d.,]+) (?P[\w^_]+)\)' + OFFLINE_PATTERN = r'File Not Found' - CHASH_PATTERN = r'' + CHASH_PATTERN = r'' LINK_FREE_PATTERN = r'Download File' -- cgit v1.2.3