-
Notifications
You must be signed in to change notification settings - Fork 145
url_template updates #151
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
url_template updates #151
Conversation
load_map=True should now work on CN and NA out of the box. Updated the other url_templates to use the new blizzard CDN, although I neglected to include CN in them as adding it would be a bit more effort/it seems those were rarely used anyway since no one complained they were broken.
Well, I'm not sure exactly why the style check failed(or at least it doesn't tell me what to change, and why it doesn't like it.)... The only thing I changed in utils.py was the janky solution to the cn depot problem. Guess I'll figure out a non janky solution. |
Renamed urlEnd to url_suffix for naming rules/better naming
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix here! Sorry for the fight against the code formatter, but once those build checks are passing, I would be happy to merge this in!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thanks so much!
Let me know if you need a versioned release for this |
load_map=True should now work on CN and NA out of the box.
Updated the other url_templates to use the new blizzard CDN, although I neglected to include CN in them as adding it would be a bit more effort/it seems those were rarely used anyway since no one complained they were broken.
See issue #140
Feel free to tell me to change my solution if it is too janky (I know its janky, just not if it too janky)