yifeikong / curl-impersonate

An active fork of curl-impersonate with more versions and build targets.
MIT License
52 stars 11 forks source link

Reorder the list of impersonate targets as it continues to grow #16

Open yifeikong opened 7 months ago

yifeikong commented 7 months ago

By selecting a impersonate target, we have to iterate over the list. it makes more sense to put the recent ones up top. Or even better, use a dict-like sturcture.