diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-07 13:17:14 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-07 13:17:14 +0200 |
commit | e2103e995ccdb18bc961354566b9cb704553b18b (patch) | |
tree | f9fd2f092515bcbf61f30fb53f318f87f1d1c8d9 /module/plugins/accounts/RarefileNet.py | |
parent | [EasybytezCom] Now XFSPAccount plugin based (diff) | |
download | pyload-e2103e995ccdb18bc961354566b9cb704553b18b.tar.xz |
Code cosmetics on some account plugins
Diffstat (limited to 'module/plugins/accounts/RarefileNet.py')
-rw-r--r-- | module/plugins/accounts/RarefileNet.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/accounts/RarefileNet.py b/module/plugins/accounts/RarefileNet.py index e1fa7878a..91125e507 100644 --- a/module/plugins/accounts/RarefileNet.py +++ b/module/plugins/accounts/RarefileNet.py @@ -12,4 +12,5 @@ class RarefileNet(XFSPAccount): __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" - HOSTER_URL = "http://rarefile.net/" + + HOSTER_URL = "http://www.rarefile.net/" |