From e7c95267245d226f4966f055289b061dd1bc2f91 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 14 Oct 2010 16:02:08 +0200 Subject: more fixes --- module/plugins/hoster/BasePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/BasePlugin.py') diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index 4701f82ca..292570d6c 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -15,7 +15,7 @@ class BasePlugin(Hoster): def process(self, pyfile): """main function""" - + if pyfile.url.startswith("http"): pyfile.name = re.findall("([^/=]+)", pyfile.url)[-1] -- cgit v1.2.3