0
0
mirror of https://github.com/Maks1mS/free-ozon-dpr.git synced 2024-12-23 18:42:59 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
b6043843e4 update manual 2024-12-21 15:02:37 +03:00
84af1913c5 fix update script 2024-12-21 14:45:30 +03:00
5 changed files with 868 additions and 676 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ import {
async function main() {
await woyag();
// - await sevenDostavka();
// await sevenDostavka();
await ozonWbDpr();
await globalExpress();
}

View File

@ -181,7 +181,7 @@ async function globalExpress() {
source: MAIN_URL,
points: points.map((p) => ({
...p,
operationTime: `<a href="https://vk.com/aliexpress___delivery?w=address-124759560_72654">ГРАФИК РАБОТЫ</a>`,
operationTime: `<a href="https://vk.com/global_express_dnr?w=address-124759560_72654">ГРАФИК РАБОТЫ</a>`,
})),
},
undefined,

View File

@ -84,7 +84,7 @@ async function getFromSite() {
for (let script of scripts) {
if (script.textContent.includes('descr:"Бесплатный озон')) {
let x = script.textContent.split("[\n{\n").pop().split("\n},\n]")[0];
let x = script.textContent.split("[{").pop().split("},]")[0];
if (x) {
const points = new Function(`return [{${x}}]`)();