diff options
| author | 2015-01-13 23:14:50 +0100 | |
|---|---|---|
| committer | 2015-01-13 23:14:50 +0100 | |
| commit | e1baccf1ec914563d3b2b845906cce024e7cd3b1 (patch) | |
| tree | 7113e8923ea58112787ce93d5ab9d98e277926c9 /module/plugins/hoster/YibaishiwuCom.py | |
| parent | [SimpleCrypter] Better account retrieving (diff) | |
| download | pyload-e1baccf1ec914563d3b2b845906cce024e7cd3b1.tar.xz | |
Replace 'except' with 'except Exception'
Diffstat (limited to 'module/plugins/hoster/YibaishiwuCom.py')
| -rw-r--r-- | module/plugins/hoster/YibaishiwuCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/YibaishiwuCom.py b/module/plugins/hoster/YibaishiwuCom.py index adc403de4..cf1550ebc 100644 --- a/module/plugins/hoster/YibaishiwuCom.py +++ b/module/plugins/hoster/YibaishiwuCom.py @@ -50,7 +50,7 @@ class YibaishiwuCom(SimpleHoster): self.logDebug("Trying URL: " + url) self.download(url) break - except: + except Exception: continue else: self.fail(_("No working link found")) |
