backup pc
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user