mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 12:03:38 +02:00
...
This commit is contained in:
parent
444c01ed30
commit
b090f18d81
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
|||
import socket, time, re
|
||||
from threading import Thread
|
||||
from Queue import Queue, Empty
|
||||
from urllib import unquote
|
||||
|
||||
|
||||
from calibre import as_unicode, random_user_agent
|
||||
|
|
@ -504,6 +503,7 @@ def _render_comments(self, desc):
|
|||
return sanitize_comments_html(desc)
|
||||
|
||||
def parse_comments(self, root, raw):
|
||||
from urllib import unquote
|
||||
ans = ''
|
||||
ns = tuple(self.selector('#bookDescription_feature_div noscript'))
|
||||
if ns:
|
||||
|
|
|
|||
Loading…
Reference in a new issue