Chinnapa
Chinnapa
any update on this?
In case anybody is here looking for a work around, I ended up using something like this: ``` public class CustomListSerializer extends StdSerializer { public CustomListSerializer() { this(null); } public...
For anyone who still wants the answer to this, Yes it assigns a new user agent to each request. You can refer to exactly how here https://pypi.org/project/fake-useragent/ but tldr, you...