diff options
Diffstat (limited to 'pyload/plugin/hoster/Vipleech4UCom.py')
-rw-r--r-- | pyload/plugin/hoster/Vipleech4UCom.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/Vipleech4UCom.py b/pyload/plugin/hoster/Vipleech4UCom.py new file mode 100644 index 000000000..cd68410f0 --- /dev/null +++ b/pyload/plugin/hoster/Vipleech4UCom.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- + +from pyload.plugin.internal.DeadHoster import DeadHoster + + +class Vipleech4UCom(DeadHoster): + __name = "Vipleech4UCom" + __type = "hoster" + __version = "0.20" + + __pattern = r'http://(?:www\.)?vipleech4u\.com/manager\.php' + __config = [] + + __description = """Vipleech4u.com hoster plugin""" + __license = "GPLv3" + __authors = [("Kagenoshin", "kagenoshin@gmx.ch")] |