Error in LinkExtractor(url = Ur, encod = encod) : object 'Extlinks' not found
tlorusso opened this issue · 1 comments
tlorusso commented
Hi,
Thanks for your great package! I wanted to extract data from the following url, however it throws an error.
Data<-ContentScraper(Url = "https://www.ge.ch/votations/20180304/participation",
CssPatterns = c("li"), ManyPerPattern = T)
Error in LinkExtractor(url = Ur, encod = encod) :
object 'Extlinks' not found
I can get the content with rvest though, so i assume its not an issue related to the page itself.
part <- html("https://www.ge.ch/votations/20150308/cantonal/participation/")
part %>%
html_nodes("li") %>%
html_text()
Do you have an idea what could cause this error and what i can do to avoid it?
salimk commented
Rcrawler v0.1.9 is released with a lot of features,
subscribe to our mailing list to stay updated http://eepurl.com/dMv_7s