diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 13:52:42 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 13:52:42 +0200 |
commit | 7b3009db0d90cbcd5a754c69399b5e4c6abe180c (patch) | |
tree | b007ae0fd7f765b2083838240cc2c58346ad68d7 /module/plugins/accounts/RapidfileshareNet.py | |
parent | Tiny code cosmetics (diff) | |
download | pyload-7b3009db0d90cbcd5a754c69399b5e4c6abe180c.tar.xz |
Update accounts to use HOSTER_NAME instead HOSTER_URL
Diffstat (limited to 'module/plugins/accounts/RapidfileshareNet.py')
-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 4a146f398..63207acbb 100644 --- a/module/plugins/accounts/RapidfileshareNet.py +++ b/module/plugins/accounts/RapidfileshareNet.py @@ -13,6 +13,6 @@ class RapidfileshareNet(XFSPAccount): __authors__ = [("guidobelix", "guidobelix@hotmail.it")] - HOSTER_URL = "http://www.rapidfileshare.net/" + 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>' |