diff options
author | Stefano <l.stickell@yahoo.it> | 2013-08-07 19:35:43 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-08-07 19:35:43 +0200 |
commit | 681609d8fa13677f3e7756dc50a8483a7e8b72e5 (patch) | |
tree | 9c7b5771a9f1529edd91a6dfa1a0d00a46f91a84 /pyload/plugins/accounts/FastixRu.py | |
parent | Updated translations (diff) | |
download | pyload-681609d8fa13677f3e7756dc50a8483a7e8b72e5.tar.xz |
MultiHosters: moved settings to account plugins
* removed addon plugins
Diffstat (limited to 'pyload/plugins/accounts/FastixRu.py')
-rw-r--r-- | pyload/plugins/accounts/FastixRu.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyload/plugins/accounts/FastixRu.py b/pyload/plugins/accounts/FastixRu.py index 34d88dd25..ae775bd23 100644 --- a/pyload/plugins/accounts/FastixRu.py +++ b/pyload/plugins/accounts/FastixRu.py @@ -6,6 +6,10 @@ class FastixRu(MultiHoster): __name__ = "FastixRu" __version__ = "0.02" __type__ = "account" + __config__ = [("activated", "bool", "Activated", "False"), + ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), + ("unloadFailing", "bool", "Revert to standard download if download fails", "False"), + ("interval", "int", "Reload interval in hours (0 to disable)", "24")] __description__ = """Fastix account plugin""" __author_name__ = ("Massimo, Rosamilia") __author_mail__ = ("max@spiritix.eu") |