summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/RapidfileshareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/RapidfileshareNet.py')
-rw-r--r--module/plugins/accounts/RapidfileshareNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RapidfileshareNet.py b/module/plugins/accounts/RapidfileshareNet.py
index 63207acbb..5ca05fd91 100644
--- a/module/plugins/accounts/RapidfileshareNet.py
+++ b/module/plugins/accounts/RapidfileshareNet.py
@@ -6,7 +6,7 @@ from module.plugins.internal.XFSPAccount import XFSPAccount
class RapidfileshareNet(XFSPAccount):
__name__ = "RapidfileshareNet"
__type__ = "account"
- __version__ = "0.03"
+ __version__ = "0.04"
__description__ = """Rapidfileshare.net account plugin"""
__license__ = "GPLv3"
@@ -15,4 +15,4 @@ class RapidfileshareNet(XFSPAccount):
HOSTER_NAME = "rapidfileshare.net"
- TRAFFIC_LEFT_PATTERN = r'>Traffic available today:</TD><TD><label for="name">\s*(?P<S>[\d.,]+)\s*(?P<U>[\w^_]+)\s*</label></TD></TR>'
+ TRAFFIC_LEFT_PATTERN = r'>Traffic available today:</TD><TD><label for="name">\s*(?P<S>[\d.,]+)\s*(?:(?P<U>[\w^_]+))?'