fix grangusto

This commit is contained in:
fordprefect
2022-09-24 14:19:17 +02:00
parent 1180582619
commit ba20fc8ada

View File

@@ -14,7 +14,8 @@ def sbar():
return str(suppe("https://sbar-greifswald.de").find('table'))
def grangusto():
return f'<img width=100% src={suppe("https://gran-gusto.de/wochenmenue-kiga/").find("img", class_="img-with-animation")["src"]}>'
imglink = suppe("https://gran-gusto.de/wochenmenue-kiga/").find("a", class_="entire-slide-link")["href"]
return f'<img width=100% src={imglink}>'
def sternwarte():
fullsupp = suppe("https://www.pommerscher-diakonieverein.de/produkte-dienstleistungen/gastronomie-hotellerie/bio-bistro-alte-sternwarte/")