From a1d56cd59327933ee0cbc5ba6f9c61f696eb09c2 Mon Sep 17 00:00:00 2001 From: Izuco Date: Sun, 17 Oct 2021 11:43:01 +0200 Subject: [PATCH] Fixed #123 --- modules/module.getdata.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/module.getdata.js b/modules/module.getdata.js index a98c173..a986d93 100644 --- a/modules/module.getdata.js +++ b/modules/module.getdata.js @@ -23,7 +23,6 @@ const getData = async (options) => { url: options.url, headers: { 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:70.0) Gecko/20100101 Firefox/70.0', - 'devicetype': 'Android Phone', 'Accept-Encoding': 'gzip', ...regionHeaders }