ua-parser / uap-core

The regex file necessary to build language ports of Browserscope's user agent parser.
Other
752 stars 451 forks source link

fix: Update nintendo regex to handle Nintendo Switch #557

Closed lbarthon closed 9 months ago

lbarthon commented 1 year ago

Before this change, the Nintendo Switch UA wasn't being fully parsed, so the OS was considered to be "Other", which is the default value. This fixes it, by updating the Nintendo regex to handle it properly.