{"R_VseInstrumenti.ru-b":{"link":"^(\\w+\\.)?vseinstrumenti\\.ru\\/product\\/","res":":\nconst res = [];\n\nconst data = /__NUXT__.+/.exec($._)[0];\nconst guid = /guid:\"(.+?)\"/.exec(data)[1];\nconst images = JSON.parse(/productImages:\\s*(\\[.+?\\])/.exec(data)[1]);\n\ntry {\n const custImages = JSON.parse(/customerImages:\\s*(\\[.+?\\])/.exec(data)[1]);\n images.push(...custImages);\n} catch (error) {}\n\n\nfor (let img of images) {\n res.push([img.replace(/\\/\\d+x\\d+\\//, '/1200x800/')]);\n}\n\ntry {\n const x = new XMLHttpRequest();\n x.open('GET', `https://bff.vseinstrumenti.ru/product/reviews?guid=${guid}&sortBy=createdAt&sortDirection=desc&hasImages=true&itemsPerPage=40&page=1`, false);\n x.withCredentials = true;\n x.send();\n const info = JSON.parse(x.responseText);\n\n for (let r of info.reviews) {\n for (const img of r.images) {\n const text = [r.productRating + '⭐'];\n if (r.content.advantages) text.push('👍🏻 ' + r.content.advantages);\n if (r.content.disadvantages) text.push('👎🏻 ' + r.content.disadvantages);\n if (r.content.comment) text.push(r.content.comment);\n if (r.content.reasonToBuy) text.push(r.content.reasonToBuy);\n res.push([img.replace('{width}x{height}', '1200x800'), text.join(' | ')]);\n }\n }\n} catch (error) {\n console.error(error);\n}\n\nreturn res;","img":"(cdn\\.vseinstrumenti\\.ru/images/(?:responses|goods)/.+)/\\d+x\\d+/(.+\\.jpg)","to":"$1/1200x800/$2\n","note":"Baton34V (08-2021)\nOLD\nhttp://forum.ru-board.com/topic.cgi?forum=5&topic=48222&start=2680#6\nhttp://forum.ru-board.com/topic.cgi?forum=5&topic=48222&start=2520#6\n\n\nПРИМЕРЫ:\nhttps://vseinstrumenti.ru/sadovaya_tehnika/minitraktory/sadovye_traktory/\nhttps://orel.vseinstrumenti.ru/category/nabory-stolyarno-slesarnogo-instrumenta-4264/\nhttps://bryansk.vseinstrumenti.ru/category/schetchiki-vody-6935/?asc=asc&orderby=price"}} |