Update v3.5.0 - fb65c67
Added
- Dynamic
Accept-Languageheader based on the user's system language, supporting Windows, Linux, and macOS. - Dynamic
User-Agentheader using thefake-useragentlibrary to always mimic a modern Chrome browser. - Platform-specific locale detection using
ctypeson Windows to accurately map LCIDs to language tags. - Added a github workflow file to automate the building process.
Changed
- Updated the
User-Agentheader to use a recent Chrome version dynamically (previously hardcoded to Chrome 91).
Dependencies
- Added
fake-useragentas a new dependency for dynamic User-Agent generation.