-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.js
41 lines (25 loc) · 1.22 KB
/
test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
const path = require('path');
const root_path = path.dirname(require.main.filename || process.mainModule.filename);
const competitor = require(root_path+'/config/competitor');
(async () => {
// console.log("test comptetitor");
// name = competitor["220 вольт"];
crawler = require( root_path+"/crawler/"+ competitor["все инструменты"] );
let url = await crawler([
'https://krasnodar.vseinstrumenti.ru/sadovaya_tehnika/trimmery/benzinovye/2h_taktnie/elitech/benzokosa_elitech_bt_26/',
// 'https://metabo.su/tools/sverlenie-zavinchivanie-dolblenie-peremeshivanie/akkumulyatornye-dreli/akkumulyatornyy-vintovert-bs-18-ltx-impuls-18-volt-60219165/',
// 'https://metabo.su/tools/sverlenie-zavinchivanie-dolblenie-peremeshivanie/akkumulyatornye-dreli/akkumulyatornyj-vintovert-powermaxx-bs-quick-pro-10-8-vol-t-600157700/',
]);
console.log(url);
})();
/*
IPsec VPN server is now ready for use!
Connect to your new VPN with these details:
Server IP: 188.120.234.7
IPsec PSK: L9NEPVMaEY8332rMzUF8
Username: vpnuser
Password: 3dmHYkWJut4vVrze
Write these down. You'll need them to connect!
Important notes: https://git.io/vpnnotes
Setup VPN clients: https://git.io/vpnclients
*/