This commit is contained in:
Aevann1 2021-11-27 01:47:13 +02:00
parent a08abfc592
commit 335caf2f0d

View file

@ -398,8 +398,8 @@ def get_post_title(v):
title = soup.find('title')
if not title: abort(400)
return {"url": url, "title": soup.find('title').string}
return {"url": url, "title": title.string}
def archiveorg(url):