diff options
author | 2014-11-26 22:46:44 +0100 | |
---|---|---|
committer | 2014-11-26 22:46:44 +0100 | |
commit | f513f69f09b091f7c29f607d5c32ff8e35e8282a (patch) | |
tree | 58e77618449280c4ae1b1f6095d80a352ea82d31 /module/plugins/hoster/ZShareNet.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-f513f69f09b091f7c29f607d5c32ff8e35e8282a.tar.xz |
Fix previous merge
Diffstat (limited to 'module/plugins/hoster/ZShareNet.py')
-rw-r--r-- | module/plugins/hoster/ZShareNet.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/module/plugins/hoster/ZShareNet.py b/module/plugins/hoster/ZShareNet.py deleted file mode 100644 index dc96facbe..000000000 --- a/module/plugins/hoster/ZShareNet.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo - - -class ZShareNet(DeadHoster): - __name__ = "ZShareNet" - __type__ = "hoster" - __version__ = "0.21" - - __pattern__ = r'https?://(?:ww[2w]\.)?zshares?\.net/.+' - - __description__ = """ZShare.net hoster plugin""" - __license__ = "GPLv3" - __authors__ = [("espes", None), - ("Cptn Sandwich", None)] - - -getInfo = create_getInfo(ZShareNet) |