summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/FilefactoryCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-28 16:52:10 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-28 16:52:10 +0100
commit34984dae733c3f3d47b41a0acfba3724d53c65a1 (patch)
treec8d970f64dacfc64cb72bf82c85d7467c99f7264 /module/plugins/accounts/FilefactoryCom.py
parentUpdate plugins to last changes (diff)
downloadpyload-34984dae733c3f3d47b41a0acfba3724d53c65a1.tar.xz
Code cosmetics: plugin class attributes
Diffstat (limited to 'module/plugins/accounts/FilefactoryCom.py')
-rw-r--r--module/plugins/accounts/FilefactoryCom.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/plugins/accounts/FilefactoryCom.py b/module/plugins/accounts/FilefactoryCom.py
index 899c4a604..a61db30c8 100644
--- a/module/plugins/accounts/FilefactoryCom.py
+++ b/module/plugins/accounts/FilefactoryCom.py
@@ -9,14 +9,14 @@ from module.plugins.Account import Account
class FilefactoryCom(Account):
- __name__ = "FilefactoryCom"
- __type__ = "account"
+ __name__ = "FilefactoryCom"
+ __type__ = "account"
__version__ = "0.14"
__description__ = """Filefactory.com account plugin"""
- __license__ = "GPLv3"
- __authors__ = [("zoidberg", "zoidberg@mujmail.cz"),
- ("stickell", "l.stickell@yahoo.it")]
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz"),
+ ("stickell", "l.stickell@yahoo.it")]
VALID_UNTIL_PATTERN = r'Premium valid until: <strong>(?P<d>\d{1,2})\w{1,2} (?P<m>\w{3}), (?P<y>\d{4})</strong>'