sfdfsd
This commit is contained in:
parent
a08abfc592
commit
335caf2f0d
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ def get_post_title(v):
|
||||||
title = soup.find('title')
|
title = soup.find('title')
|
||||||
if not title: abort(400)
|
if not title: abort(400)
|
||||||
|
|
||||||
return {"url": url, "title": soup.find('title').string}
|
return {"url": url, "title": title.string}
|
||||||
|
|
||||||
|
|
||||||
def archiveorg(url):
|
def archiveorg(url):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue