diff options
author | 2013-07-12 21:58:37 +0200 | |
---|---|---|
committer | 2013-07-12 21:58:37 +0200 | |
commit | fdabb02b229f52fd3f98efb678df278eee2a28b6 (patch) | |
tree | 6ff1d8a316040e37a1d4667c48c50525c25c0c22 /pyload/plugins/MultiHoster.py | |
parent | updated locale, upload task (diff) | |
download | pyload-fdabb02b229f52fd3f98efb678df278eee2a28b6.tar.xz |
adapted premiumize me
Diffstat (limited to 'pyload/plugins/MultiHoster.py')
-rw-r--r-- | pyload/plugins/MultiHoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/MultiHoster.py b/pyload/plugins/MultiHoster.py index e79e24746..bc7a0de75 100644 --- a/pyload/plugins/MultiHoster.py +++ b/pyload/plugins/MultiHoster.py @@ -22,7 +22,7 @@ class MultiHoster(Account): """ #: List of hoster names that will be replaced so pyLoad will recognize them: (orig_name, pyload_name) - replacements = [("freakshare.net", "freakshare.com")] + replacements = [("freakshare.net", "freakshare.com"), ("uploaded.net", "uploaded.to")] #: Load new hoster list every x seconds hoster_timeout = 300 |