diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-27 20:06:05 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-27 22:52:30 +0100 |
commit | 50c1d6c0642ac658a909481e412fd9e6e9a9a1d7 (patch) | |
tree | 5a90b85419a02f8b78ff4493dda32ba338b8aece /module/plugins/hoster/StahnuTo.py | |
parent | Update crypters and containers (diff) | |
download | pyload-50c1d6c0642ac658a909481e412fd9e6e9a9a1d7.tar.xz |
Update some hosters
Diffstat (limited to 'module/plugins/hoster/StahnuTo.py')
-rw-r--r-- | module/plugins/hoster/StahnuTo.py | 2 |
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""" |