cavaliergopher / grab

A download manager package for Go
BSD 3-Clause "New" or "Revised" License
1.38k stars 151 forks source link

Change default user agent to meet specification, fix #104 #105

Open harivyasi opened 9 months ago

harivyasi commented 9 months ago

The specification described here suggests that UserAgent must follow a particular format. It seems that GitHub has decided to strictly enforce the requirement.

The fix includes the version of grab (currently v3) in the default UserAgent string.