There is built in scheduler in BAS PREMIUM version.
You can run it in win task scheduler also but need to
create BAT file that runs your script from CMD with
-- silent option included.
Hey
Im trying to create a parser very similar to his one:
https://wiki.bablosoft.com/doku.php?id=tutorial4
In this tutorial it is showed how to create parser.. but it has the same problem as i have.. it parses the same url 2-3 times and it adds it to resource.. so it means it will visit the same url 3 times.. which is useless for me..
What i want to do is to scrape url (even if it exist several times on page) but adds to resource it only ones.. or it has to automatically deletes any duplcaite before visiting specific page
Thx in advance
I have another problem with this parser