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