mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
b400c4bc74
commit
af9ab25090
@ -534,9 +534,8 @@ class Worker(Thread): # Get details {{{
|
||||
desc = nr.xpath('//div[@id="productDescription"]/*[@class="content"]')
|
||||
if desc:
|
||||
ans += self._render_comments(desc[0])
|
||||
except Exception:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
except Exception as e:
|
||||
self.log.warn('Parsing of obfuscated product description failed with error: %s' % as_unicode(e))
|
||||
|
||||
return ans
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user