diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-09 12:29:53 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-09 12:29:53 +0100 |
commit | de7566eec0b4f54c474499cf12916572fb6166ac (patch) | |
tree | b4c64217edb92c517acbd6bf518dffadac02abf9 /module | |
parent | closed #764 (diff) | |
download | pyload-de7566eec0b4f54c474499cf12916572fb6166ac.tar.xz |
closed #760
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/FourSharedCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FourSharedCom.py b/module/plugins/hoster/FourSharedCom.py index 551706283..518ae2ae6 100644 --- a/module/plugins/hoster/FourSharedCom.py +++ b/module/plugins/hoster/FourSharedCom.py @@ -7,8 +7,8 @@ import re class FourSharedCom(SimpleHoster): __name__ = "FourSharedCom" __type__ = "hoster" - __pattern__ = r"http://[\w\.]*?4shared(-china)?\.com/(account/)?(download|get|file|document|photo|video|audio|office)/.+?/.*" - __version__ = "0.28" + __pattern__ = r"https?://(www\.)?4shared(\-china)?\.com/(account/)?(download|get|file|document|photo|video|audio|mp3|office|rar|zip|archive|music)/.+?/.*" + __version__ = "0.29" __description__ = """4Shared Download Hoster""" __author_name__ = ("jeix", "zoidberg") __author_mail__ = ("jeix@hasnomail.de", "zoidberg@mujmail.cz") |