backup pc

This commit is contained in:
2022-06-15 18:12:55 +02:00
parent e61c397d6c
commit 46bbc222a4
5 changed files with 779 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ export namespace BeterSport {
export async function check(html: string) {
try {
const $ = cheerio.load(html);
return false;
if ($('.product-shop .in-stock').first().html() !== null) {
if ($('.product-shop .in-stock').first().html().trim() == "Niet op voorraad, neem contact op voor actuele informatie") {
return false;