Fix title

This commit is contained in:
sqozz 2020-12-20 18:05:56 +01:00
parent aba5b6f6a9
commit f775a5d4e6
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def download_tafel(conn, tafel, rubrik):
soup = BeautifulSoup(r.data, 'html.parser')
desc = soup.find('div', class_='std')
title = soup.find('h1')
title = soup.find('h2')
if desc is not None and title is not None:
title = title.text.replace("<h1>","")
title = title.replace("<b>","")