Skip to content

Commit

Permalink
added google news (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Mar 16, 2023
1 parent 1b57271 commit a639ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
5 changes: 3 additions & 2 deletions data-raw/selectors.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ google_news = list(
title = c("div.mCBkyc","text"),
link = c("a","link"),
text = c("div.CEMjEf","text"),
image = c("div.FAkayc img","text"),
published = c("div.OSrXXb","text")
image = c("div.FAkayc img","src"),
published = c("div.OSrXXb.ZE0LJd.YsWzw","text"),
page = c("td.YyVfkd","text")
)

selectors <- list(
Expand Down

0 comments on commit a639ee9

Please sign in to comment.