-
Notifications
You must be signed in to change notification settings - Fork 31
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
CommonCrawl index date range code is broken #26
Comments
I've recently started using ranges and hit this issue. Is this likely to be picked up in the near future? I've also noticed that the 'closest' argument for commoncrawl works okay and creates a 3 month window, but does not wayback. |
Can you give some examples? The bug I was complaining about shouldn't affect any real usage. |
Sorry I think I might have miss-understood how the ranges work. It looks like if I put For wayback if I use |
OK, so Common Crawl is doing the right thing, and the closest on wayback issue is a problem |
I don't know what precisely you're trying to explain but my issue is also related to the index date ranges, though I'm trying to programmatically use them with from_ts. Using it with the iter method isn't working. Doesn't return anything. Using it without works, but I don't need every capture going back a year or whatever the default is. |
The above date range should be empty.
The text was updated successfully, but these errors were encountered: