From f74309f89923317eeaaca31d74dff10590ed3d40 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 4 Nov 2014 23:42:46 +0100 Subject: [XFSHoster] Use URL_REPLACEMENTS to clean url --- module/plugins/hoster/FileomCom.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/plugins/hoster/FileomCom.py') diff --git a/module/plugins/hoster/FileomCom.py b/module/plugins/hoster/FileomCom.py index dc3397e68..2b6fd34db 100644 --- a/module/plugins/hoster/FileomCom.py +++ b/module/plugins/hoster/FileomCom.py @@ -9,7 +9,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo class FileomCom(XFSHoster): __name__ = "FileomCom" __type__ = "hoster" - __version__ = "0.04" + __version__ = "0.05" __pattern__ = r'https?://(?:www\.)?fileom\.com/\w{12}' @@ -20,8 +20,6 @@ class FileomCom(XFSHoster): HOSTER_DOMAIN = "fileom.com" - URL_REPLACEMENTS = [(r'/$', "")] - NAME_PATTERN = r'Filename: (?P.+?)<' SIZE_PATTERN = r'File Size: (?P[\d.,]+) (?P[\w^_]+)' -- cgit v1.2.3