summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SendmywayCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SendmywayCom.py')
-rw-r--r--module/plugins/hoster/SendmywayCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/SendmywayCom.py b/module/plugins/hoster/SendmywayCom.py
index 595a6860c..4b0bac1c0 100644
--- a/module/plugins/hoster/SendmywayCom.py
+++ b/module/plugins/hoster/SendmywayCom.py
@@ -11,9 +11,10 @@ class SendmywayCom(XFileSharingPro):
__author_name__ = "zoidberg"
__author_mail__ = "zoidberg@mujmail.cz"
+ HOSTER_NAME = "sendmyway.com"
+
FILE_NAME_PATTERN = r'<p class="file-name" ><.*?>\s*(?P<N>.+)'
FILE_SIZE_PATTERN = r'<small>\((?P<S>\d+) bytes\)</small>'
- HOSTER_NAME = "sendmyway.com"
getInfo = create_getInfo(SendmywayCom)