This commit is contained in:
Aevann1 2022-02-23 08:01:54 +02:00
parent 00f41777bb
commit 8819179b59
2 changed files with 3 additions and 3 deletions

View file

@ -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=[]