From 51e279d9414a2e69133bbd5c51ac228e758f3cd9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 7 Oct 2014 20:15:39 +0200 Subject: Fix previous merging --- module/plugins/hoster/PandaPlaNet.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 module/plugins/hoster/PandaPlaNet.py (limited to 'module/plugins/hoster/PandaPlaNet.py') diff --git a/module/plugins/hoster/PandaPlaNet.py b/module/plugins/hoster/PandaPlaNet.py deleted file mode 100644 index 9473726fa..000000000 --- a/module/plugins/hoster/PandaPlaNet.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo - - -class PandaPlaNet(DeadHoster): - __name__ = "PandaPlaNet" - __type__ = "hoster" - __version__ = "0.02" - - __pattern__ = r'http://(?:www\.)?pandapla\.net/\w{12}' - - __description__ = """Pandapla.net hoster plugin""" - __authors__ = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")] - - -getInfo = create_getInfo(PandaPlaNet) -- cgit v1.2.3