summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/BasePlugin.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-23 12:54:15 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-23 12:54:15 +0100
commitf47b649a005045e62bc34720c0d39c4cfb8edaa3 (patch)
tree2185e4bd6fa828386088076c97ff9b50c4fab592 /module/plugins/hoster/BasePlugin.py
parentFix URL_REPLACEMENTS in XFSHoster plugins (diff)
downloadpyload-f47b649a005045e62bc34720c0d39c4cfb8edaa3.tar.xz
[BasePlugin] Fix typo
Diffstat (limited to 'module/plugins/hoster/BasePlugin.py')
-rw-r--r--module/plugins/hoster/BasePlugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py
index 27e8d050a..faf40dc41 100644
--- a/module/plugins/hoster/BasePlugin.py
+++ b/module/plugins/hoster/BasePlugin.py
@@ -14,14 +14,14 @@ from module.utils import remove_chars
class BasePlugin(Hoster):
__name__ = "BasePlugin"
__type__ = "hoster"
- __version__ = "0.21"
+ __version__ = "0.22"
__pattern__ = r'^unmatchable$'
__description__ = """Base Plugin when any other didnt fit"""
__license__ = "GPLv3"
__authors__ = [("RaNaN", "RaNaN@pyload.org"),
- ("Walter Purcaro", "vuolter@gmail.com")]]
+ ("Walter Purcaro", "vuolter@gmail.com")]
@classmethod