summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileomCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FileomCom.py')
-rw-r--r--module/plugins/hoster/FileomCom.py4
1 files changed, 1 insertions, 3 deletions
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: <span>(?P<N>.+?)<'
SIZE_PATTERN = r'File Size: <span class="size">(?P<S>[\d.,]+) (?P<U>[\w^_]+)'