StupidBot Fix untuk Error “Scraping finished”

Apr 13, 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();

Bisa lihat gambar jika kurang jelas.

Sebelum:

before

Sesudah:

after

Semoga membantu. :)