thejandroman / bing-wallpaper

Bing.com wallpaper for OS X, and any Unix like desktop (eg. Ubuntu).
GNU General Public License v3.0
326 stars 83 forks source link

&quot in geo/REST/v1 url #37

Open twestley opened 3 years ago

twestley commented 3 years ago

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.

sergiofagostinho commented 3 years ago

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

twestley commented 3 years ago

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

thanks for submitting that PR