diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-10 23:41:06 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-10 23:41:06 +0200 |
commit | 87effaa3c99406ec8f8de157fcfc39ccb0a92b8b (patch) | |
tree | 1b19617cbb31ed79b30f22c926c6198bc07da6fc /module/plugins/hoster/EuroshareEu.py | |
parent | euroshare.eu premium (diff) | |
download | pyload-87effaa3c99406ec8f8de157fcfc39ccb0a92b8b.tar.xz |
fix sharerapid, euroshare
Diffstat (limited to 'module/plugins/hoster/EuroshareEu.py')
-rw-r--r-- | module/plugins/hoster/EuroshareEu.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/EuroshareEu.py b/module/plugins/hoster/EuroshareEu.py index 79df56ac4..448862f5b 100644 --- a/module/plugins/hoster/EuroshareEu.py +++ b/module/plugins/hoster/EuroshareEu.py @@ -17,13 +17,13 @@ """ import re -from module.plugins.internal.SimpleHoster import SimpleHoster +from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class EuroshareEu(SimpleHoster): __name__ = "EuroshareEu" __type__ = "hoster" __pattern__ = r"http://(\w*\.)?euroshare.(eu|sk|cz|hu|pl)/file/.*" - __version__ = "0.22" + __version__ = "0.23" __description__ = """Euroshare.eu""" __author_name__ = ("zoidberg") |