summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/StahnuTo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-12-27 20:06:05 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-12-27 22:52:30 +0100
commit50c1d6c0642ac658a909481e412fd9e6e9a9a1d7 (patch)
tree5a90b85419a02f8b78ff4493dda32ba338b8aece /module/plugins/hoster/StahnuTo.py
parentUpdate crypters and containers (diff)
downloadpyload-50c1d6c0642ac658a909481e412fd9e6e9a9a1d7.tar.xz
Update some hosters
Diffstat (limited to 'module/plugins/hoster/StahnuTo.py')
-rw-r--r--module/plugins/hoster/StahnuTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/StahnuTo.py b/module/plugins/hoster/StahnuTo.py
index 80a57bd03..a599c6444 100644
--- a/module/plugins/hoster/StahnuTo.py
+++ b/module/plugins/hoster/StahnuTo.py
@@ -9,7 +9,7 @@ class StahnuTo(DeadHoster):
__version__ = "0.15"
__status__ = "stable"
- __pattern__ = r"http://(\w*\.)?stahnu.to/(files/get/|.*\?file=)([^/]+).*"
+ __pattern__ = r'http://(?:www\.)?stahnu\.to/(files/get/|.*\?file=)([^/]+).*'
__config__ = []
__description__ = """Stahnu.to hoster plugin"""