diff options
author | Jeix <devnull@localhost> | 2010-10-10 13:45:26 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-10-10 13:45:26 +0200 |
commit | 43418b6295beef9eed4a4629003adf02dd47f3e2 (patch) | |
tree | 04717e8e68468b286fe17e5529d6d6fc23d4e0e0 /module/plugins | |
parent | netload fix no. 2 (diff) | |
download | pyload-43418b6295beef9eed4a4629003adf02dd47f3e2.tar.xz |
workaround
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 9c54fa50a..77bc24182 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -95,6 +95,8 @@ class ShareonlineBiz(Hoster): self.retry() else: + if r"Die Nummer ist leider nicht richtig oder ausgelaufen!" in html: + self.retry() return True def convertURL(self): |