Skip to content

Commit

Permalink
fix nrc_nl parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed May 31, 2024
1 parent 6b6dc17 commit a0d6f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deliver_nrc_nl.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pb_deliver_paper.nrc_nl <- function(x, verbose = NULL, pb, ...) {

# text
text <- html %>%
rvest::html_elements(".article__content>p,.article__content>.bericht>p,.podcast-content") %>%
rvest::html_elements(".article__content>p,.article__content>.bericht>p,.podcast-content,.vorm__article-content>p") %>%
rvest::html_text2() %>%
paste(collapse = "\n")

Expand Down

0 comments on commit a0d6f44

Please sign in to comment.