diff options
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/" |