-
Notifications
You must be signed in to change notification settings - Fork 62
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
Use both query1
and query2
.
#95
Comments
@gadicc This is going to require a good bit of breaking changes and refactoring...
Through all of it, we are going to have to make sure that we don't mess up modules like My suggestion:
We probably don't want to be too dynamic and start checking the HTML. Then we would check the HTML on every request, and that could pile up fast and slow down programs. Even if we did request and cache the new host(s), we would have to cache it somewhere. In node, we would probably use the filesystem, but in the browser, we would use In the end, it is quite unlikely that yahoo will change the domain endpoints. So overall, I think the approach stated above should work well. Again, @gadicc, as you said, things have been working the way that they are for 10 years, so I would take this as a low priority issue. |
Agreed. Low priority, let people open an issue. As an easy first step we could just randomly pick one of the hosts, I can think of a fairly straightforward way to do it and will give it a shot when I have a chance. Watch this space :) And thanks for the feedback. |
🎉 This issue has been resolved in version 2.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
As noted by @PythonCreator27 in #8 (comment), both hostnames above may be used interchangeably.
I took a quick look at https://finance.yahoo.com/, and in the source we have:
My current thinking:
The text was updated successfully, but these errors were encountered: