summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HellshareCz.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-09-25 19:07:51 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-09-25 19:07:51 +0200
commit233bf90feb2941ecacee56966fdee2cd2f65d7b2 (patch)
tree503535952b2de69ebfde0c34cd5b95b5e03f4c5c /module/plugins/hoster/HellshareCz.py
parentmultihosters - closed #618, store http/ftp accounts, add uptobox.com premium (diff)
downloadpyload-233bf90feb2941ecacee56966fdee2cd2f65d7b2.tar.xz
small plugin fixes
Diffstat (limited to 'module/plugins/hoster/HellshareCz.py')
-rw-r--r--module/plugins/hoster/HellshareCz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/HellshareCz.py b/module/plugins/hoster/HellshareCz.py
index 9b50f55dc..9130cd797 100644
--- a/module/plugins/hoster/HellshareCz.py
+++ b/module/plugins/hoster/HellshareCz.py
@@ -25,8 +25,8 @@ from module.network.RequestFactory import getURL
class HellshareCz(SimpleHoster):
__name__ = "HellshareCz"
__type__ = "hoster"
- __pattern__ = r"(http://(?:.*\.)*hellshare\.(?:cz|com|sk|hu)/[^?]*/\d+).*"
- __version__ = "0.78"
+ __pattern__ = r"(http://(?:.*\.)*hellshare\.(?:cz|com|sk|hu|pl)/[^?]*/\d+).*"
+ __version__ = "0.79"
__description__ = """Hellshare.cz"""
__author_name__ = ("zoidberg")