fix grangusto
This commit is contained in:
@@ -14,7 +14,8 @@ def sbar():
|
|||||||
return str(suppe("https://sbar-greifswald.de").find('table'))
|
return str(suppe("https://sbar-greifswald.de").find('table'))
|
||||||
|
|
||||||
def grangusto():
|
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():
|
def sternwarte():
|
||||||
fullsupp = suppe("https://www.pommerscher-diakonieverein.de/produkte-dienstleistungen/gastronomie-hotellerie/bio-bistro-alte-sternwarte/")
|
fullsupp = suppe("https://www.pommerscher-diakonieverein.de/produkte-dienstleistungen/gastronomie-hotellerie/bio-bistro-alte-sternwarte/")
|
||||||
|
|||||||
Reference in New Issue
Block a user