intoli / user-agents

A JavaScript library for generating random user agents with data that's updated daily.
Other
981 stars 51 forks source link

Get old user-agents #17

Closed ihorvasilets closed 4 years ago

ihorvasilets commented 4 years ago

Currently the module generates mostly latest user-agents. Is there any possibility to get random old user-agents?

sangaline commented 4 years ago

You can get older user agents by installing an older version of the package. The full listing of versions is available on npm. It would take a lot of additional storage to include the historical probability distributions and user agents, so I don't think it makes sense to pull this functionality into the library itself.