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