diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-17 20:55:00 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-17 20:55:00 +0200 |
commit | 18836967d39d0b6e6f2aeea4e6aece605246a2bf (patch) | |
tree | 4c94feb71ea9a1e1c8adb3278eb72117201fc253 /module/plugins/accounts | |
parent | [XFileSharingPro] Updated to support XFileSharingProFolder (diff) | |
download | pyload-18836967d39d0b6e6f2aeea4e6aece605246a2bf.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/RapidfileshareNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/RapidfileshareNet.py b/module/plugins/accounts/RapidfileshareNet.py index 0b021aea7..99a4af98b 100644 --- a/module/plugins/accounts/RapidfileshareNet.py +++ b/module/plugins/accounts/RapidfileshareNet.py @@ -16,4 +16,4 @@ class RapidfileshareNet(XFSPAccount): HOSTER_URL = "http://www.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>' - + |