From 3663fc54c2950d1f6ba39468e2f34419cc07980f Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Sat, 24 Oct 2015 01:23:11 +0300 Subject: [DeadHoster] StahnuTo --- module/plugins/hoster/StahnuTo.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 module/plugins/hoster/StahnuTo.py (limited to 'module') diff --git a/module/plugins/hoster/StahnuTo.py b/module/plugins/hoster/StahnuTo.py new file mode 100644 index 000000000..8296de5e3 --- /dev/null +++ b/module/plugins/hoster/StahnuTo.py @@ -0,0 +1,16 @@ +from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo + +class StahnuTo(DeadHoster): + __name__ = "StahnuTo" + __type__ = "hoster" + __version__ = "0.13" + __status__ = "stable" + + __pattern__ = r"http://(\w*\.)?stahnu.to/(files/get/|.*\?file=)([^/]+).*" + __config__ = [] #@TODO: Remove in 0.4.10 + + __description__ = """stahnu.to""" + __license__ = "GPLv3" + __author_name__ = ("zoidberg") + +getInfo = create_getInfo(StahnuTo) -- cgit v1.2.3