diff options
author | 2014-04-11 11:55:03 +0200 | |
---|---|---|
committer | 2014-04-11 11:55:03 +0200 | |
commit | cca4127f9853ab029cbf0b55fedced124400952d (patch) | |
tree | 28533be5a96abf5d852da20ad17ce7795eacab8f /module/plugins/hoster/NosuploadCom.py | |
parent | Fix __author_name__ and __author_mail__ (diff) | |
download | pyload-cca4127f9853ab029cbf0b55fedced124400952d.tar.xz |
Fix __description__
Merges vuolter/pyload@74bcc70
Diffstat (limited to 'module/plugins/hoster/NosuploadCom.py')
-rw-r--r-- | module/plugins/hoster/NosuploadCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NosuploadCom.py b/module/plugins/hoster/NosuploadCom.py index f7e3d2657..59142d1b7 100644 --- a/module/plugins/hoster/NosuploadCom.py +++ b/module/plugins/hoster/NosuploadCom.py @@ -10,7 +10,7 @@ class NosuploadCom(XFileSharingPro): __type__ = "hoster" __version__ = "0.1" __pattern__ = r"http://(?:www\.)?nosupload\.com/\?d=\w{12}" - __description__ = """nosupload.com hoster plugin""" + __description__ = """Nosupload.com hoster plugin""" __author_name__ = "igel" __author_mail__ = "igelkun@myopera.com" |