Closed Ghost-chu closed 5 months ago
Add the program name to the User-Agent to allow archive.org to recognize it.
how would you rewrite the user-agent in this case?
Add the program name to the User-Agent to allow archive.org to recognize it.
how would you rewrite the user-agent in this case?
I would like to use bitdruid/python-wayback-machine-downloader (1.1.0)
, maybe the user can change it too.
Using a browser UA doesn't seem to be a good option, it might confuse archive.org.
Even though it's not very standard, it seems to suffice:
more standard but looks a little bit weird:
bitdruid-python-wayback-machine-downloader/1.1.0
Even though it's not very standard, it seems to suffice:
more standard but looks a little bit weird:
bitdruid-python-wayback-machine-downloader/1.1.0
sounds okay to me. but do you have any sources for this approach? like if other tools doing so
Even though it's not very standard, it seems to suffice: more standard but looks a little bit weird:
bitdruid-python-wayback-machine-downloader/1.1.0
sounds okay to me. but do you have any sources for this approach? like if other tools doing so
Without a specific source, UA usually consists of ProgramName/Version (Comment)
, but I'm not sure what the real name of this Program is, so I went with username-repository/version
fixed with release :)
Add the program name to the User-Agent to allow archive.org to recognize it.