diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-11 00:21:34 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-11 00:21:34 +0100 |
commit | f7bd865c8751a72bc67e3805a7acf86858bda353 (patch) | |
tree | f2146de3972b0672beddd22d34aa483502e74f4b /module/plugins/hoster/PandaPlaNet.py | |
parent | [UpdateManager] Fix version representation (diff) | |
download | pyload-f7bd865c8751a72bc67e3805a7acf86858bda353.tar.xz |
[PandaplaNet] Fix file name
Diffstat (limited to 'module/plugins/hoster/PandaPlaNet.py')
-rw-r--r-- | module/plugins/hoster/PandaPlaNet.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/module/plugins/hoster/PandaPlaNet.py b/module/plugins/hoster/PandaPlaNet.py deleted file mode 100644 index d3eb2f57d..000000000 --- a/module/plugins/hoster/PandaPlaNet.py +++ /dev/null @@ -1,18 +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""" - __license__ = "GPLv3" - __authors__ = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")] - - -getInfo = create_getInfo(PandaPlaNet) |