diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-09-13 00:11:25 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-09-13 00:11:25 +0200 |
commit | 08e5142a98f49ae9e96b5d016dbee2dfc67a9685 (patch) | |
tree | e007428879fae06a84b31eb8a8af32e4a7aff42b | |
parent | New Hoster - UserscloudCom (diff) | |
download | pyload-08e5142a98f49ae9e96b5d016dbee2dfc67a9685.tar.xz |
Update UserscloudCom.py
-rw-r--r-- | module/plugins/hoster/UserscloudCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UserscloudCom.py b/module/plugins/hoster/UserscloudCom.py index 6791a6068..00f8e0324 100644 --- a/module/plugins/hoster/UserscloudCom.py +++ b/module/plugins/hoster/UserscloudCom.py @@ -13,7 +13,7 @@ class UserscloudCom(SimpleHoster): __pattern__ = r'https?://(?:www\.)?userscloud\.com/\w{12}' - __description__ = """userscloud.com hoster plugin""" + __description__ = """Userscloud.com hoster plugin""" __license__ = "GPLv3" __authors__ = [("GammaC0de", None)] |