summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/EuroshareEu.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-01-16 20:45:10 +0100
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-01-16 20:45:10 +0100
commitc313ffba1a9b1dcec92ab6959c1e9d3fa853df78 (patch)
tree3f60a947308a10dec2e6550876909247596c9a28 /module/plugins/hoster/EuroshareEu.py
parentcorrect utf8 conversion for urls (diff)
parentmerge in plugin updates (diff)
downloadpyload-c313ffba1a9b1dcec92ab6959c1e9d3fa853df78.tar.xz
Merge
Diffstat (limited to 'module/plugins/hoster/EuroshareEu.py')
-rw-r--r--module/plugins/hoster/EuroshareEu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/EuroshareEu.py b/module/plugins/hoster/EuroshareEu.py
index a0bfe0ab2..1e1cc0b4b 100644
--- a/module/plugins/hoster/EuroshareEu.py
+++ b/module/plugins/hoster/EuroshareEu.py
@@ -37,7 +37,7 @@ class EuroshareEu(Hoster):
__name__ = "EuroshareEu"
__type__ = "hoster"
__pattern__ = r"http://(\w*\.)?euroshare.eu/file/.*"
- __version__ = "0.2b"
+ __version__ = "0.30"
__description__ = """Euroshare.eu"""
__author_name__ = ("zoidberg")