fd
This commit is contained in:
parent
ebce0a49e3
commit
946263d8bc
30 changed files with 65 additions and 66 deletions
|
@ -670,7 +670,7 @@ def thumbnail_thread(pid):
|
|||
|
||||
|
||||
if x.headers.get("Content-Type","").startswith("text/html"):
|
||||
soup=BeautifulSoup(x.content, 'html.parser')
|
||||
soup=BeautifulSoup(x.content, 'xml')
|
||||
|
||||
thumb_candidate_urls=[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue