1
0
mirror of https://github.com/akaessens/NoFbEventScraper synced 2025-06-05 23:29:13 +02:00

fix oncreate scraping multiple events with same intent

This commit is contained in:
akaessens
2020-09-26 22:55:39 +02:00
parent 626128b5dc
commit 5e7d9bc4dc
2 changed files with 16 additions and 12 deletions

View File

@ -36,8 +36,6 @@ public class FbScraper {
this.input_url = input_url;
this.events = createEventList();
this.tasks = new ArrayList<>();
run();
}
protected String getPageUrl(String url) throws URISyntaxException, MalformedURLException {