-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
User-Agent #63
Comments
@roniemartinez I would like to start with this issue. But I could not completely understand the structure of the code base. Is there any document or architecture diagram to start with? |
@FluffyDietEngine All of the scrapers are using For this feature, you also need to modify the following:
|
Will start working on it. Please assign the task to me. Will reach out if any help needed. |
@roniemartinez I am going through the code. Firstly, hats off. The thought process for the
|
Hi @FluffyDietEngine thank you for working on this feature.
I am also leaning towards this since there should only be one default user agent but of course this can be overriden by the derived classes. However, if a user wants to replace it with custom user agent, it should be replaceable from terminal args or from
I think the answer from 1 is still true in this scenario.
It's a nice suggestion but I think it might bloat the library if this is a builtin feature. I believe, this can be used directly in a code by feeding the generated user agent to |
@roniemartinez Apologies for the delayed response. Been busy with some work. I want to resume here. And I am seeing pretty much of changes and kind of lost in the middle. Should I make the changes at |
@FluffyDietEngine No worries, also been busy. Yes, that should be the right place though you also have to duplicate this into the derived classes, too. Thanks for looking into it. |
pydude/{version} (+https://github.com/roniemartinez/dude)
)The text was updated successfully, but these errors were encountered: