diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-13 23:10:00 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-13 23:10:00 +0100 |
commit | 624b210b8b46e07826762a610dd2d6d7c0b4a121 (patch) | |
tree | 150365b9122caf0ed8287684416a1818d0153443 /module/plugins/hoster | |
parent | collector size (diff) | |
download | pyload-624b210b8b46e07826762a610dd2d6d7c0b4a121.tar.xz |
little SO fix
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 65b02b696..0341a98e4 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -55,6 +55,7 @@ class ShareonlineBiz(Hoster): def process(self, pyfile): self.pyfile.url = self.pyfile.url.replace("http://www.share-online.biz/download.php?id=", "http://www.share-online.biz/dl/") self.pyfile.url = self.pyfile.url.replace("http://share-online.biz/download.php?id=", "http://www.share-online.biz/dl/") + self.pyfile.url = self.pyfile.url.replace("http://share-online.biz/dl/", "http://www.share-online.biz/dl/") self.downloadAPIData() pyfile.name = self.api_data["filename"] |