Skip to content

Commit

Permalink
weather-metar: dataserver url changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 22, 2023
1 parent 3812ab5 commit e283daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcafeweather/weather-metar.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ metar_start_open (WeatherInfo *info)
}

msg = soup_form_request_new (
"GET", "https://www.aviationweather.gov/adds/dataserver_current/httpparam",
"GET", "https://www.aviationweather.gov/cgi-bin/data/dataserver.php",
"dataSource", "metars",
"requestType", "retrieve",
"format", "xml",
Expand Down

0 comments on commit e283daa

Please sign in to comment.