bing-wallpaper
bing-wallpaper copied to clipboard
" in geo/REST/v1 url
When running on MacOS 10.15.7, I'm getting an error when constructing urls. This is an example:
http://bing.com"//platform.bing.com/geo/REST/v1/Imagery/Map/RoadVibrant/36.136721,-81.734751/4?key=AsSOKo7OOz5VAtfAj0rjgaXlhCrCZI6PGbLj7GCH8IW2HUalyg4BVhqA0z77PRCj&c=en-US&od=2&shading=flat&pp=36.136721,-81.734751;S9;Julian
Workaround: insert grep -v '"'
after sed in parsing urls.
@twestley fix worked for me (Mojave). I think it's worth a PR.
fix worked for me (Mojave). I think it's worth a PR.
thanks for submitting that PR