summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 11:55:03 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-11 11:55:03 +0200
commitcca4127f9853ab029cbf0b55fedced124400952d (patch)
tree28533be5a96abf5d852da20ad17ce7795eacab8f /module/plugins/hooks
parentFix __author_name__ and __author_mail__ (diff)
downloadpyload-cca4127f9853ab029cbf0b55fedced124400952d.tar.xz
Fix __description__
Merges vuolter/pyload@74bcc70
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/BypassCaptcha.py2
-rwxr-xr-xmodule/plugins/hooks/Captcha9kw.py2
-rw-r--r--module/plugins/hooks/CaptchaBrotherhood.py2
-rw-r--r--module/plugins/hooks/CaptchaTrader.py2
-rw-r--r--module/plugins/hooks/Checksum.py2
-rw-r--r--module/plugins/hooks/DeathByCaptcha.py2
-rw-r--r--module/plugins/hooks/Ev0InFetcher.py2
-rw-r--r--module/plugins/hooks/ExpertDecoders.py2
-rw-r--r--module/plugins/hooks/ExtractArchive.py2
-rw-r--r--module/plugins/hooks/FastixRu.py2
-rw-r--r--module/plugins/hooks/FreeWayMe.py2
-rw-r--r--module/plugins/hooks/HotFolder.py2
-rw-r--r--module/plugins/hooks/IRCInterface.py2
-rw-r--r--module/plugins/hooks/ImageTyperz.py2
-rw-r--r--module/plugins/hooks/LinkdecrypterCom.py2
-rw-r--r--module/plugins/hooks/MergeFiles.py2
-rw-r--r--module/plugins/hooks/MultiHome.py2
-rw-r--r--module/plugins/hooks/PremiumizeMe.py2
-rw-r--r--module/plugins/hooks/RPNetBiz.py2
-rw-r--r--module/plugins/hooks/RehostTo.py2
-rw-r--r--module/plugins/hooks/RestartFailed.py2
-rw-r--r--module/plugins/hooks/UnSkipOnFail.py2
-rw-r--r--module/plugins/hooks/UpdateManager.py2
-rw-r--r--module/plugins/hooks/WindowsPhoneToastNotify.py2
-rw-r--r--module/plugins/hooks/XFileSharingPro.py2
-rw-r--r--module/plugins/hooks/XMPPInterface.py2
26 files changed, 26 insertions, 26 deletions
diff --git a/module/plugins/hooks/BypassCaptcha.py b/module/plugins/hooks/BypassCaptcha.py
index bd718ea7e..8956febb5 100644
--- a/module/plugins/hooks/BypassCaptcha.py
+++ b/module/plugins/hooks/BypassCaptcha.py
@@ -44,7 +44,7 @@ class BypassCaptchaException(Exception):
class BypassCaptcha(Hook):
__name__ = "BypassCaptcha"
__version__ = "0.04"
- __description__ = """send captchas to BypassCaptcha.com"""
+ __description__ = """Send captchas to BypassCaptcha.com"""
__config__ = [("activated", "bool", "Activated", False),
("force", "bool", "Force BC even if client is connected", False),
("passkey", "password", "Passkey", "")]
diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py
index 85331a2c2..3a1b9fe8f 100755
--- a/module/plugins/hooks/Captcha9kw.py
+++ b/module/plugins/hooks/Captcha9kw.py
@@ -30,7 +30,7 @@ from module.plugins.Hook import Hook
class Captcha9kw(Hook):
__name__ = "Captcha9kw"
__version__ = "0.09"
- __description__ = """send captchas to 9kw.eu"""
+ __description__ = """Send captchas to 9kw.eu"""
__config__ = [("activated", "bool", "Activated", False),
("force", "bool", "Force CT even if client is connected", True),
("https", "bool", "Enable HTTPS", "False"),
diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py
index 69af96705..9a4efaa95 100644
--- a/module/plugins/hooks/CaptchaBrotherhood.py
+++ b/module/plugins/hooks/CaptchaBrotherhood.py
@@ -46,7 +46,7 @@ class CaptchaBrotherhoodException(Exception):
class CaptchaBrotherhood(Hook):
__name__ = "CaptchaBrotherhood"
__version__ = "0.04"
- __description__ = """send captchas to CaptchaBrotherhood.com"""
+ __description__ = """Send captchas to CaptchaBrotherhood.com"""
__config__ = [("activated", "bool", "Activated", False),
("username", "str", "Username", ""),
("force", "bool", "Force CT even if client is connected", False),
diff --git a/module/plugins/hooks/CaptchaTrader.py b/module/plugins/hooks/CaptchaTrader.py
index df54ec70b..067ee7c9b 100644
--- a/module/plugins/hooks/CaptchaTrader.py
+++ b/module/plugins/hooks/CaptchaTrader.py
@@ -44,7 +44,7 @@ class CaptchaTraderException(Exception):
class CaptchaTrader(Hook):
__name__ = "CaptchaTrader"
__version__ = "0.16"
- __description__ = """send captchas to captchatrader.com"""
+ __description__ = """Send captchas to captchatrader.com"""
__config__ = [("activated", "bool", "Activated", False),
("username", "str", "Username", ""),
("force", "bool", "Force CT even if client is connected", False),
diff --git a/module/plugins/hooks/Checksum.py b/module/plugins/hooks/Checksum.py
index 7f2f63e8f..fb7087de9 100644
--- a/module/plugins/hooks/Checksum.py
+++ b/module/plugins/hooks/Checksum.py
@@ -55,7 +55,7 @@ def computeChecksum(local_file, algorithm):
class Checksum(Hook):
__name__ = "Checksum"
__version__ = "0.12"
- __description__ = "Verify downloaded file size and checksum"
+ __description__ = """Verify downloaded file size and checksum"""
__config__ = [("activated", "bool", "Activated", False),
("check_action", "fail;retry;nothing", "What to do if check fails?", "retry"),
("max_tries", "int", "Number of retries", 2),
diff --git a/module/plugins/hooks/DeathByCaptcha.py b/module/plugins/hooks/DeathByCaptcha.py
index 7de4f4f2c..9e466e193 100644
--- a/module/plugins/hooks/DeathByCaptcha.py
+++ b/module/plugins/hooks/DeathByCaptcha.py
@@ -61,7 +61,7 @@ class DeathByCaptchaException(Exception):
class DeathByCaptcha(Hook):
__name__ = "DeathByCaptcha"
__version__ = "0.03"
- __description__ = """send captchas to DeathByCaptcha.com"""
+ __description__ = """Send captchas to DeathByCaptcha.com"""
__config__ = [("activated", "bool", "Activated", False),
("username", "str", "Username", ""),
("passkey", "password", "Password", ""),
diff --git a/module/plugins/hooks/Ev0InFetcher.py b/module/plugins/hooks/Ev0InFetcher.py
index 0267dd4a7..674cc07a8 100644
--- a/module/plugins/hooks/Ev0InFetcher.py
+++ b/module/plugins/hooks/Ev0InFetcher.py
@@ -24,7 +24,7 @@ from module.plugins.Hook import Hook
class Ev0InFetcher(Hook):
__name__ = "Ev0InFetcher"
__version__ = "0.21"
- __description__ = """checks rss feeds for ev0.in"""
+ __description__ = """Checks rss feeds for Ev0.in"""
__config__ = [("activated", "bool", "Activated", "False"),
("interval", "int", "Check interval in minutes", "10"),
("queue", "bool", "Move new shows directly to Queue", False),
diff --git a/module/plugins/hooks/ExpertDecoders.py b/module/plugins/hooks/ExpertDecoders.py
index f1b7ea352..e2dfe9349 100644
--- a/module/plugins/hooks/ExpertDecoders.py
+++ b/module/plugins/hooks/ExpertDecoders.py
@@ -31,7 +31,7 @@ from module.plugins.Hook import Hook
class ExpertDecoders(Hook):
__name__ = "ExpertDecoders"
__version__ = "0.01"
- __description__ = """send captchas to expertdecoders.com"""
+ __description__ = """Send captchas to expertdecoders.com"""
__config__ = [("activated", "bool", "Activated", False),
("force", "bool", "Force CT even if client is connected", False),
("passkey", "password", "Access key", ""), ]
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index be023301c..7e3069b00 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -60,7 +60,7 @@ class ExtractArchive(Hook):
"""
__name__ = "ExtractArchive"
__version__ = "0.16"
- __description__ = "Extract different kind of archives"
+ __description__ = """Extract different kind of archives"""
__config__ = [("activated", "bool", "Activated", True),
("fullpath", "bool", "Extract full path", True),
("overwrite", "bool", "Overwrite files", True),
diff --git a/module/plugins/hooks/FastixRu.py b/module/plugins/hooks/FastixRu.py
index b7d1dd05d..96d35e390 100644
--- a/module/plugins/hooks/FastixRu.py
+++ b/module/plugins/hooks/FastixRu.py
@@ -15,7 +15,7 @@ class FastixRu(MultiHoster):
("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 hook plugin"""
+ __description__ = """Fastix.ru hook plugin"""
__author_name__ = "Massimo Rosamilia"
__author_mail__ = "max@spiritix.eu"
diff --git a/module/plugins/hooks/FreeWayMe.py b/module/plugins/hooks/FreeWayMe.py
index 021ce2246..7f3f7b386 100644
--- a/module/plugins/hooks/FreeWayMe.py
+++ b/module/plugins/hooks/FreeWayMe.py
@@ -24,7 +24,7 @@ class FreeWayMe(MultiHoster):
__name__ = "FreeWayMe"
__version__ = "0.11"
__type__ = "hook"
- __description__ = """FreeWayMe hook plugin"""
+ __description__ = """FreeWay.me hook plugin"""
__config__ = [("activated", "bool", "Activated", "False"),
("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported):", "all"),
("hosterList", "str", "Hoster list (comma separated)", ""),
diff --git a/module/plugins/hooks/HotFolder.py b/module/plugins/hooks/HotFolder.py
index 39e135db1..46010b2a7 100644
--- a/module/plugins/hooks/HotFolder.py
+++ b/module/plugins/hooks/HotFolder.py
@@ -32,7 +32,7 @@ from module.plugins.Hook import Hook
class HotFolder(Hook):
__name__ = "HotFolder"
__version__ = "0.11"
- __description__ = """observe folder and file for changes and add container and links"""
+ __description__ = """Observe folder and file for changes and add container and links"""
__config__ = [("activated", "bool", "Activated", "False"),
("folder", "str", "Folder to observe", "container"),
("watch_file", "bool", "Observe link file", "False"),
diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py
index 98c0f9875..0bdab002a 100644
--- a/module/plugins/hooks/IRCInterface.py
+++ b/module/plugins/hooks/IRCInterface.py
@@ -37,7 +37,7 @@ from module.Api import PackageDoesNotExists, FileDoesNotExists
class IRCInterface(Thread, Hook):
__name__ = "IRCInterface"
__version__ = "0.11"
- __description__ = """connect to irc and let owner perform different tasks"""
+ __description__ = """Connect to irc and let owner perform different tasks"""
__config__ = [("activated", "bool", "Activated", "False"),
("host", "str", "IRC-Server Address", "Enter your server here!"),
("port", "int", "IRC-Server Port", "6667"),
diff --git a/module/plugins/hooks/ImageTyperz.py b/module/plugins/hooks/ImageTyperz.py
index c9e43b8ae..3d95e0f2e 100644
--- a/module/plugins/hooks/ImageTyperz.py
+++ b/module/plugins/hooks/ImageTyperz.py
@@ -42,7 +42,7 @@ class ImageTyperzException(Exception):
class ImageTyperz(Hook):
__name__ = "ImageTyperz"
__version__ = "0.04"
- __description__ = """send captchas to ImageTyperz.com"""
+ __description__ = """Send captchas to ImageTyperz.com"""
__config__ = [("activated", "bool", "Activated", False),
("username", "str", "Username", ""),
("passkey", "password", "Password", ""),
diff --git a/module/plugins/hooks/LinkdecrypterCom.py b/module/plugins/hooks/LinkdecrypterCom.py
index 550cc0d62..8918135a1 100644
--- a/module/plugins/hooks/LinkdecrypterCom.py
+++ b/module/plugins/hooks/LinkdecrypterCom.py
@@ -26,7 +26,7 @@ from module.utils import remove_chars
class LinkdecrypterCom(Hook):
__name__ = "LinkdecrypterCom"
__version__ = "0.19"
- __description__ = """linkdecrypter.com - regexp loader"""
+ __description__ = """Linkdecrypter.com hook plugin"""
__config__ = [("activated", "bool", "Activated", "False")]
__author_name__ = "zoidberg"
__author_mail__ = "zoidberg@mujmail.cz"
diff --git a/module/plugins/hooks/MergeFiles.py b/module/plugins/hooks/MergeFiles.py
index e7f35d406..770a47060 100644
--- a/module/plugins/hooks/MergeFiles.py
+++ b/module/plugins/hooks/MergeFiles.py
@@ -31,7 +31,7 @@ BUFFER_SIZE = 4096
class MergeFiles(Hook):
__name__ = "MergeFiles"
__version__ = "0.12"
- __description__ = "Merges parts splitted with hjsplit"
+ __description__ = """Merges parts splitted with hjsplit"""
__config__ = [("activated", "bool", "Activated", "False")]
__threaded__ = ["packageFinished"]
__author_name__ = "and9000"
diff --git a/module/plugins/hooks/MultiHome.py b/module/plugins/hooks/MultiHome.py
index e0895f706..d662ff7af 100644
--- a/module/plugins/hooks/MultiHome.py
+++ b/module/plugins/hooks/MultiHome.py
@@ -25,7 +25,7 @@ from module.plugins.Hook import Hook
class MultiHome(Hook):
__name__ = "MultiHome"
__version__ = "0.11"
- __description__ = """ip address changer"""
+ __description__ = """Ip address changer"""
__config__ = [("activated", "bool", "Activated", "False"),
("interfaces", "str", "Interfaces", "None")]
__author_name__ = "mkaay"
diff --git a/module/plugins/hooks/PremiumizeMe.py b/module/plugins/hooks/PremiumizeMe.py
index d6d2577a7..1c285bad8 100644
--- a/module/plugins/hooks/PremiumizeMe.py
+++ b/module/plugins/hooks/PremiumizeMe.py
@@ -8,7 +8,7 @@ class PremiumizeMe(MultiHoster):
__name__ = "PremiumizeMe"
__version__ = "0.12"
__type__ = "hook"
- __description__ = """Premiumize.Me hook plugin"""
+ __description__ = """Premiumize.me hook plugin"""
__config__ = [("activated", "bool", "Activated", "False"),
("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported):", "all"),
diff --git a/module/plugins/hooks/RPNetBiz.py b/module/plugins/hooks/RPNetBiz.py
index 85ba72a46..e705eb23e 100644
--- a/module/plugins/hooks/RPNetBiz.py
+++ b/module/plugins/hooks/RPNetBiz.py
@@ -7,7 +7,7 @@ class RPNetBiz(MultiHoster):
__name__ = "RPNetBiz"
__version__ = "0.1"
__type__ = "hook"
- __description__ = """RPNet.Biz hook plugin"""
+ __description__ = """RPNet.biz hook plugin"""
__config__ = [("activated", "bool", "Activated", "False"),
("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported):", "all"),
("hosterList", "str", "Hoster list (comma separated)", ""),
diff --git a/module/plugins/hooks/RehostTo.py b/module/plugins/hooks/RehostTo.py
index 8b110fa53..52e266b02 100644
--- a/module/plugins/hooks/RehostTo.py
+++ b/module/plugins/hooks/RehostTo.py
@@ -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 hook plugin"""
__author_name__ = "RaNaN"
__author_mail__ = "RaNaN@pyload.org"
diff --git a/module/plugins/hooks/RestartFailed.py b/module/plugins/hooks/RestartFailed.py
index 8b4dd98a3..9ae920911 100644
--- a/module/plugins/hooks/RestartFailed.py
+++ b/module/plugins/hooks/RestartFailed.py
@@ -23,7 +23,7 @@ from module.plugins.Hook import Hook
class RestartFailed(Hook):
__name__ = "RestartFailed"
__version__ = "1.53"
- __description__ = "Periodically restart all failed downloads in queue"
+ __description__ = """Periodically restart all failed downloads in queue"""
__config__ = [("activated", "bool", "Activated", "False"),
("interval", "int", "Interval in minutes", "90")]
__author_name__ = "Walter Purcaro"
diff --git a/module/plugins/hooks/UnSkipOnFail.py b/module/plugins/hooks/UnSkipOnFail.py
index 8750ab47f..3d6566a18 100644
--- a/module/plugins/hooks/UnSkipOnFail.py
+++ b/module/plugins/hooks/UnSkipOnFail.py
@@ -26,7 +26,7 @@ from module.PyFile import PyFile
class UnSkipOnFail(Hook):
__name__ = 'UnSkipOnFail'
__version__ = '0.01'
- __description__ = 'When a download fails, restart "skipped" duplicates.'
+ __description__ = """When a download fails, restart skipped duplicates"""
__config__ = [('activated', 'bool', 'Activated', True), ]
__author_name__ = "hagg"
__author_mail__ = ""
diff --git a/module/plugins/hooks/UpdateManager.py b/module/plugins/hooks/UpdateManager.py
index 37ea1b67c..381b38486 100644
--- a/module/plugins/hooks/UpdateManager.py
+++ b/module/plugins/hooks/UpdateManager.py
@@ -31,7 +31,7 @@ from module.plugins.Hook import threaded, Expose, Hook
class UpdateManager(Hook):
__name__ = "UpdateManager"
__version__ = "0.15"
- __description__ = """checks for updates"""
+ __description__ = """Checks for updates"""
__config__ = [("activated", "bool", "Activated", "True"),
("interval", "int", "Check interval in minutes", "480"),
("debug", "bool", "Check for plugin changes when in debug mode", False)]
diff --git a/module/plugins/hooks/WindowsPhoneToastNotify.py b/module/plugins/hooks/WindowsPhoneToastNotify.py
index e96004657..1fce9f2cf 100644
--- a/module/plugins/hooks/WindowsPhoneToastNotify.py
+++ b/module/plugins/hooks/WindowsPhoneToastNotify.py
@@ -21,7 +21,7 @@ from module.plugins.Hook import Hook
class WindowsPhoneToastNotify(Hook):
__name__ = "WindowsPhoneToastNotify"
__version__ = "0.02"
- __description__ = """Send push notifications to Windows Phone."""
+ __description__ = """Send push notifications to Windows Phone"""
__author_name__ = "Andy Voigt"
__author_mail__ = "phone-support@hotmail.de"
__config__ = [("activated", "bool", "Activated", False),
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py
index 914777dec..a1ef84be6 100644
--- a/module/plugins/hooks/XFileSharingPro.py
+++ b/module/plugins/hooks/XFileSharingPro.py
@@ -13,7 +13,7 @@ class XFileSharingPro(Hook):
("loadDefault", "bool", "Include default (built-in) hoster list", "True"),
("includeList", "str", "Include hosters (comma separated)", ""),
("excludeList", "str", "Exclude hosters (comma separated)", "")]
- __description__ = """Hoster URL pattern loader for the generic XFileSharingPro plugin"""
+ __description__ = """XFileSharingPro hook plugin"""
__author_name__ = "zoidberg"
__author_mail__ = "zoidberg@mujmail.cz"
diff --git a/module/plugins/hooks/XMPPInterface.py b/module/plugins/hooks/XMPPInterface.py
index 0e92b6f2b..fc38bd2e4 100644
--- a/module/plugins/hooks/XMPPInterface.py
+++ b/module/plugins/hooks/XMPPInterface.py
@@ -30,7 +30,7 @@ from module.plugins.hooks.IRCInterface import IRCInterface
class XMPPInterface(IRCInterface, JabberClient):
__name__ = "XMPPInterface"
__version__ = "0.11"
- __description__ = """connect to jabber and let owner perform different tasks"""
+ __description__ = """Connect to jabber and let owner perform different tasks"""
__config__ = [("activated", "bool", "Activated", "False"),
("jid", "str", "Jabber ID", "user@exmaple-jabber-server.org"),
("pw", "str", "Password", ""),