diff options
author | Paul King <devnull@localhost> | 2011-06-02 22:31:26 +0200 |
---|---|---|
committer | Paul King <devnull@localhost> | 2011-06-02 22:31:26 +0200 |
commit | c748d7656c8adaf7ffcc30905069a657aa1964fb (patch) | |
tree | 4e586faf16c4f2da1cd4504aaa7fe96d8649769f /module/plugins | |
parent | check free space (diff) | |
download | pyload-c748d7656c8adaf7ffcc30905069a657aa1964fb.tar.xz |
fix
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/accounts/WuploadCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/WuploadCom.py b/module/plugins/accounts/WuploadCom.py index 884a4768e..c6710a657 100644 --- a/module/plugins/accounts/WuploadCom.py +++ b/module/plugins/accounts/WuploadCom.py @@ -30,11 +30,11 @@ class WuploadCom(Account): __name__ = "WuploadCom" __version__ = "0.1" __type__ = "account" - __description__ = """filesonic.com account plugin""" + __description__ = """wupload.com account plugin""" __author_name__ = ("RaNaN", "Paul King") __author_mail__ = ("RaNaN@pyload.org", "") - API_URL = "http://api.filesonic.com" + API_URL = "http://api.wupload.com" def init(self): fs = self.core.pluginManager.getAccountPlugin("FilesonicCom") |