samgarasx
04/15/2021, 6:22 PMval extracted = skrape(HttpFetcher) {
request {
url = config.getString("url")
}
extract {
htmlDocument {
h1 { findFirst { text } }
}
}
}
Also, I don't see the option to ignoreContentType, since maybe it's the problem
Fixed, error is caused by not adding a '/' to the end of the url