-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Make URL path modification more robust #54
Make URL path modification more robust #54
Conversation
Update Dev with bugfixes from master
Resync Dev to Master
* Instead of relying on '?' to be at the end of path parse the URL and modify path directly than format it back to URL string.
I'm still getting the error for a few games:
In some cases, these were accompanied by this error:
Also, this (the same thing happened for System Shock 2):
|
Thank you for this. I've merged this in, but please target the dev branch for merge requests in future. |
Instead of relying on '?' to be at the end of path parse the URL and modify path directly than format it back to URL string.
This should fix #53