aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googledrive
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/googledrive')
-rw-r--r--uncompressed/googledrive/index.js2
-rw-r--r--uncompressed/googledrive/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/uncompressed/googledrive/index.js b/uncompressed/googledrive/index.js
index 68ab282..3d2e725 100644
--- a/uncompressed/googledrive/index.js
+++ b/uncompressed/googledrive/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class googledrive extends Franz { 2 class googledrive extends Franz {
3 overrideUserAgent() { 3 overrideUserAgent() {
4 return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }
6 }; 6 };
diff --git a/uncompressed/googledrive/package.json b/uncompressed/googledrive/package.json
index 3efe592..f741db5 100644
--- a/uncompressed/googledrive/package.json
+++ b/uncompressed/googledrive/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googledrive", 2 "id": "googledrive",
3 "name": "Google Drive", 3 "name": "Google Drive",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Google Drive", 5 "description": "Google Drive",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Djonathan Goulart<d.goulart@outlook.com.br>", 7 "author": "Djonathan Goulart<d.goulart@outlook.com.br>",