diff options
Diffstat (limited to 'pyload/plugins/hoster/FilezyNet.py')
-rw-r--r-- | pyload/plugins/hoster/FilezyNet.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugins/hoster/FilezyNet.py b/pyload/plugins/hoster/FilezyNet.py deleted file mode 100644 index 3e4efa372..000000000 --- a/pyload/plugins/hoster/FilezyNet.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo - - -class FilezyNet(DeadHoster): - __name = "FilezyNet" - __type = "hoster" - __version = "0.20" - - __pattern = r'http://(?:www\.)?filezy\.net/\w{12}' - - __description = """Filezy.net hoster plugin""" - __license = "GPLv3" - __authors = [] - - -getInfo = create_getInfo(FilezyNet) |