#!/bin/bash url="https://vindskyddskartan.se/en/places" curl $url -o temp grep td temp | sed -e 's/<[^>]*>//g' > vindskydd