diff options
Diffstat (limited to 'module/plugins/hoster/NahrajCz.py')
-rw-r--r-- | module/plugins/hoster/NahrajCz.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/module/plugins/hoster/NahrajCz.py b/module/plugins/hoster/NahrajCz.py index 73169aa22..c46d5112f 100644 --- a/module/plugins/hoster/NahrajCz.py +++ b/module/plugins/hoster/NahrajCz.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo +from module.plugins.internal.DeadHoster import DeadHoster class NahrajCz(DeadHoster): __name__ = "NahrajCz" __type__ = "hoster" - __version__ = "0.24" + __version__ = "0.25" __status__ = "stable" __pattern__ = r'http://(?:www\.)?nahraj\.cz/content/download/.+' @@ -15,6 +15,3 @@ class NahrajCz(DeadHoster): __description__ = """Nahraj.cz hoster plugin""" __license__ = "GPLv3" __authors__ = [("zoidberg", "zoidberg@mujmail.cz")] - - -getInfo = create_getInfo(NahrajCz) |