bing-wallpaper icon indicating copy to clipboard operation
bing-wallpaper copied to clipboard

&quot in geo/REST/v1 url

Open twestley opened this issue 4 years ago • 2 comments

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 '&quot' after sed in parsing urls.

twestley avatar Nov 21 '20 21:11 twestley

@twestley fix worked for me (Mojave). I think it's worth a PR.

sergiofagostinho avatar Mar 11 '21 10:03 sergiofagostinho

fix worked for me (Mojave). I think it's worth a PR.

thanks for submitting that PR

twestley avatar Mar 11 '21 15:03 twestley