From f3b0d38e46be4587e6b87a3d9d1a2e790e8c4da9 Mon Sep 17 00:00:00 2001 From: Flashfire42 <40415824+Flashfire42@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:43:40 +1000 Subject: [PATCH] Create WiiU.json Given my poor coding knowledge this may need a slight improvement but submitting WiiU useragents for archival of specific Nintendo sites --- db/user_agents/WiiU.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 db/user_agents/WiiU.json diff --git a/db/user_agents/WiiU.json b/db/user_agents/WiiU.json new file mode 100644 index 00000000..48ef428c --- /dev/null +++ b/db/user_agents/WiiU.json @@ -0,0 +1,24 @@ +{ + "agents": [ + { + "aliases": [ + "WiiU-US", + ], + "name": " Mozilla/5.0 (Nintendo WiiU) AppleWebKit/536.30 (KHTML, like Gecko) NX/3.0.4.2.13 NintendoBrowser/4.3.2.11274.US" + } + ], + { + "aliases": [ + "WiiU-JPN", + ], + "name": "Mozilla/5.0 (Nintendo WiiU) AppleWebKit/536.30 (KHTML, like Gecko) NX/3.0.4.2.13 NintendoBrowser/4.3.2.11274.JP" + }, + ], + { + "aliases": [ + "WiiU-EU", + ], + "name": "Mozilla/5.0 (Nintendo WiiU) AppleWebKit/536.30 (KHTML, like Gecko) NX/3.0.4.2.13 NintendoBrowser/4.3.2.11274.EU" + }, + "type": "user_agents" +}