summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/DataportCz.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-11-03 18:06:19 +0100
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-11-03 18:06:19 +0100
commit472870794ba8a9706f82cd79a22c2d959e5c2626 (patch)
tree875020032a09c1618674958fae46f6780541e1c2 /module/plugins/hoster/DataportCz.py
parentsharelinks.biz - closed #697 (but see #704), remove dead hosters (diff)
downloadpyload-472870794ba8a9706f82cd79a22c2d959e5c2626.tar.xz
update plugins - easybytez,filefactory,rusfolder,euroshare
Diffstat (limited to 'module/plugins/hoster/DataportCz.py')
-rw-r--r--module/plugins/hoster/DataportCz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/DataportCz.py b/module/plugins/hoster/DataportCz.py
index 952824ec9..3dc581bf1 100644
--- a/module/plugins/hoster/DataportCz.py
+++ b/module/plugins/hoster/DataportCz.py
@@ -23,8 +23,8 @@ from pycurl import FOLLOWLOCATION
class DataportCz(SimpleHoster):
__name__ = "DataportCz"
__type__ = "hoster"
- __pattern__ = r"http://.*dataport.cz/file/(\d+).*"
- __version__ = "0.36"
+ __pattern__ = r"http://(?:.*?\.)?dataport.cz/file/(.*)"
+ __version__ = "0.37"
__description__ = """Dataport.cz plugin - free only"""
__author_name__ = ("zoidberg")