diff options
Diffstat (limited to 'module/plugins/hoster/CramitIn.py')
-rw-r--r-- | module/plugins/hoster/CramitIn.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/CramitIn.py b/module/plugins/hoster/CramitIn.py index c45c91069..6af79771d 100644 --- a/module/plugins/hoster/CramitIn.py +++ b/module/plugins/hoster/CramitIn.py @@ -4,15 +4,15 @@ from module.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo class CramitIn(XFSPHoster): - __name__ = "CramitIn" - __type__ = "hoster" + __name__ = "CramitIn" + __type__ = "hoster" __version__ = "0.06" __pattern__ = r'http://(?:www\.)?cramit\.in/\w{12}' __description__ = """Cramit.in hoster plugin""" - __license__ = "GPLv3" - __authors__ = [("zoidberg", "zoidberg@mujmail.cz")] + __license__ = "GPLv3" + __authors__ = [("zoidberg", "zoidberg@mujmail.cz")] HOSTER_NAME = "cramit.in" |