forked from MarseyWorld/MarseyWorld
dfsdsf
parent
71ca775ac5
commit
c0055d026a
|
@ -392,7 +392,8 @@ def get_post_title(v):
|
||||||
url = request.values.get("url", None)
|
url = request.values.get("url", None)
|
||||||
if not url: abort(400)
|
if not url: abort(400)
|
||||||
|
|
||||||
x = requests.get(url, headers=titleheaders, timeout=5)
|
try: x = requests.get(url, headers=titleheaders, timeout=5)
|
||||||
|
except: abort(400)
|
||||||
|
|
||||||
soup = BeautifulSoup(x.content, 'html.parser')
|
soup = BeautifulSoup(x.content, 'html.parser')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue