Compare commits
2 Commits
1e96c23c4c
...
c581bea185
Author | SHA1 | Date |
---|---|---|
|
c581bea185 | |
|
857771e5c6 |
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.238.0",
|
||||
"version": "1.238.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "traxxx",
|
||||
"version": "1.238.0",
|
||||
"version": "1.238.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.458.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.238.0",
|
||||
"version": "1.238.1",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -29,9 +29,9 @@ const inspector = new Inspector();
|
|||
let done = false;
|
||||
|
||||
unprint.options({
|
||||
timeout: 5000,
|
||||
timeout: argv.requestTimeout,
|
||||
headers: {
|
||||
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36',
|
||||
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue