JustAnotherArchivist
JustAnotherArchivist
@davuses Thank you, that's helpful. What proxy server software are you using?
@nadSTC None of those changes should be necessary. The `proxies` kwarg is already available on all scrapers and ends up in the `environmentSettings`. You just added a second, more complicated...
IIRC, pagination on list pages is limited (similar to user profiles), so that's why it uses the search. If it doesn't work on the new search endpoint, I will probably...
Some initial thoughts: * This example code would have to be reformatted entirely to match snscrape's code style (for starters, no import aliases, tab indentation). * I'm not interested in...
It's not currently configurable.
Yep. I think I intended at some point to insert the pinned tweet into the timeline chronologically. But I'm not sure why that never happened, and also it should still...
This is not implemented yet, but with the addition of #868, it is now possible to filter out the pinned tweets externally if desired. The returned order is still the...
Indeed, VK restructured their HTML sometime recently, as I discovered a few days ago. Thanks for filing an issue about it.
No, ads are currently not extracted, cf. #751.
In case we decide to remove `--large`: I just looked at the code a bit to see whether there's anything special we'd need to do. I *think* it should work...