We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
grep -v '"'
The text was updated successfully, but these errors were encountered:
@twestley fix worked for me (Mojave). I think it's worth a PR.
Sorry, something went wrong.
fix worked for me (Mojave). I think it's worth a PR.
thanks for submitting that PR
No branches or pull requests
When running on MacOS 10.15.7, I'm getting an error when constructing urls. This is an example:
Workaround: insert
grep -v '"'
after sed in parsing urls.The text was updated successfully, but these errors were encountered: