diff options
Diffstat (limited to 'pyload/plugins/hoster/EpicShareNet.py')
-rw-r--r-- | pyload/plugins/hoster/EpicShareNet.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugins/hoster/EpicShareNet.py b/pyload/plugins/hoster/EpicShareNet.py deleted file mode 100644 index a0f8fa8f8..000000000 --- a/pyload/plugins/hoster/EpicShareNet.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo - - -class EpicShareNet(DeadHoster): - __name = "EpicShareNet" - __type = "hoster" - __version = "0.02" - - __pattern = r'https?://(?:www\.)?epicshare\.net/\w{12}' - - __description = """EpicShare.net hoster plugin""" - __license = "GPLv3" - __authors = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")] - - -getInfo = create_getInfo(EpicShareNet) |