summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/accounts/UploadheroCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/accounts/UploadheroCom.py')
-rw-r--r--pyload/plugins/accounts/UploadheroCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/accounts/UploadheroCom.py b/pyload/plugins/accounts/UploadheroCom.py
index 12463f285..c43dcfbd1 100644
--- a/pyload/plugins/accounts/UploadheroCom.py
+++ b/pyload/plugins/accounts/UploadheroCom.py
@@ -13,8 +13,8 @@ class UploadheroCom(Account):
__version__ = "0.2"
__type__ = "account"
__description__ = """Uploadhero.co account plugin"""
- __author_name__ = ("mcmyst")
- __author_mail__ = ("mcmyst@hotmail.fr")
+ __author_name__ = "mcmyst"
+ __author_mail__ = "mcmyst@hotmail.fr"
def loadAccountInfo(self, user, req):
premium_pattern = re.compile('Il vous reste <span class="bleu">([0-9]+)</span> jours premium.')