diff options
Diffstat (limited to 'pyload/plugins/account/CatShareNet.py')
-rw-r--r-- | pyload/plugins/account/CatShareNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/account/CatShareNet.py b/pyload/plugins/account/CatShareNet.py index 28fb8fe3d..2df503991 100644 --- a/pyload/plugins/account/CatShareNet.py +++ b/pyload/plugins/account/CatShareNet.py @@ -14,7 +14,7 @@ class CatShareNet(Account): __description = """CatShareNet account plugin""" __license = "GPLv3" - __authors = [("prOq", None)] + __authors = [("prOq", "")] PREMIUM_PATTERN = r'class="nav-collapse collapse pull-right">[\s\w<>=-."/:]*\sz.</a></li>\s*<li><a href="/premium">.*\s*<span style="color: red">(.*?)</span>[\s\w<>/]*href="/logout"' |