Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def scrape_links(links):
|
|
99 |
# Extract the name of the Verein from the URL
|
100 |
vereinsname = parts[-1] if parts[-1] else parts[-2] # Fallback to the second-to-last part if the last part is empty
|
101 |
texte = target_nav.text.strip()
|
102 |
-
texte=texte.replace("
|
103 |
texte=texte.replace("Adresse folgt", "")
|
104 |
texte=texte.replace("Adresse", "Adresse:")
|
105 |
texte=texte.replace("Kontakt", "Email:")
|
|
|
99 |
# Extract the name of the Verein from the URL
|
100 |
vereinsname = parts[-1] if parts[-1] else parts[-2] # Fallback to the second-to-last part if the last part is empty
|
101 |
texte = target_nav.text.strip()
|
102 |
+
texte=texte.replace("Amtsgericht: Schweinfurt", "")
|
103 |
texte=texte.replace("Adresse folgt", "")
|
104 |
texte=texte.replace("Adresse", "Adresse:")
|
105 |
texte=texte.replace("Kontakt", "Email:")
|