-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Fix web_base.py #6519
Fix web_base.py #6519
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
the parameter needs to be removed from Line No. 188 as well in the function scrape.
Line 188 is using |
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.
@dev2049 @pandemosth @arunchinnachamy Comments addressed
@rlancemartin, @eyurtsev |
@rlancemartin, @eyurtsev |
@rlancemartin, @eyurtsev |
Thanks! Running tests now and will merge once it passes. |
- Description: Fetch all pages concurrently. - Dependencies: `scrape_all` -> `fetch_all` -> `_fetch_with_rate_limit` -> `_fetch` (might be broken currently: #6519) - Tag maintainer: @rlancemartin, @eyurtsev --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Fix for bug in SitemapLoader
aiohttp
get
does not acceptverify
argument, and currently throws error, so SitemapLoader is not workingThis PR fixes it by removing
verify
param forget
function callFixes #6107
Who can review?
Tag maintainers/contributors who might be interested:
@eyurtsev