diff options
Diffstat (limited to 'module/plugins/hoster/WarserverCz.py')
-rw-r--r-- | module/plugins/hoster/WarserverCz.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/WarserverCz.py b/module/plugins/hoster/WarserverCz.py index c83d5c03e..a8ae99a1b 100644 --- a/module/plugins/hoster/WarserverCz.py +++ b/module/plugins/hoster/WarserverCz.py @@ -9,6 +9,7 @@ class WarserverCz(DeadHoster): __version__ = "0.13" __pattern__ = r'http://(?:www\.)?warserver\.cz/stahnout/\d+' + __config__ = [] __description__ = """Warserver.cz hoster plugin""" __license__ = "GPLv3" |