From f6e5359110f4bd5facc04a98f94acbc41b6e5228 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 21:20:20 +0200 Subject: Update pyload to the new plugins structure --- pyload/plugins/addon/RehostTo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/addon/RehostTo.py') diff --git a/pyload/plugins/addon/RehostTo.py b/pyload/plugins/addon/RehostTo.py index 059f36284..87196ff09 100644 --- a/pyload/plugins/addon/RehostTo.py +++ b/pyload/plugins/addon/RehostTo.py @@ -6,7 +6,7 @@ from pyload.plugins.internal.MultiHoster import MultiHoster class RehostTo(MultiHoster): __name__ = "RehostTo" - __type__ = "hook" + __type__ = "addon" __version__ = "0.43" __config__ = [("activated", "bool", "Activated", False), @@ -15,7 +15,7 @@ class RehostTo(MultiHoster): ("unloadFailing", "bool", "Revert to stanard download if download fails", False), ("interval", "int", "Reload interval in hours (0 to disable)", 24)] - __description__ = """Rehost.to hook plugin""" + __description__ = """Rehost.to addon plugin""" __author_name__ = "RaNaN" __author_mail__ = "RaNaN@pyload.org" -- cgit v1.2.3