StupidBot Fix untuk Error “Scraping finished” 8 Juli 2021

Jul 8, 2021 error stupidbot fix

Buka file ini:

stupidbot > engine > recipe > content_script.js

Cek baris ke-22:

return $("h1 span").text();

Ganti menjadi:

return $("h1.flex-1 span").text().replace(/[^0-9,]+/g,'');

Bisa lihat gambar jika kurang jelas.

Sebelum:

before

Sesudah:

after

Semoga membantu. :)