数据网址:
List of Districts in Israel, Google Maps and Street Views, Geographic.orghttps://geographic.org/streetview/israel/结果:
from sqlite import db, get_now
def get_html(url):
import requests
try:
r = requests.get(url)
r.raise_for_s


