This commit is contained in:
Aevann1 2022-02-23 07:02:07 +02:00
parent ebce0a49e3
commit 946263d8bc
30 changed files with 65 additions and 66 deletions

View file

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