Skip to content

Commit

Permalink
smalle corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Oct 25, 2023
1 parent 9834d3c commit d3d6b6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/rss.r
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#' @export
#'
#' @examples
#' \dontrun{
#' pb_collect_rss("https://feeds.washingtonpost.com/rss/world")
#' }
pb_collect_rss <- function(x, ...) {
if (!methods::is(x, "html_content")) {
df <- pb_collect(x, pb_collect_rss = FALSE, ...)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ column was included so these can be retained.
| domain | status | author | issues |
|:-------------------------------|:--------------------------------------------------------------|:------------------------------------------|:-------------------------------------------------------|
| ac24.cz | ![](https://img.shields.io/badge/status-gold-%23ffd700.svg) | [@JBGruber](https://github.com/JBGruber/) | |
| ad.nl | ad.nl | [@JBGruber](https://github.com/JBGruber/) | |
| ad.nl | ![](https://img.shields.io/badge/status-gold-%23ffd700.svg) | [@JBGruber](https://github.com/JBGruber/) | |
| aktualne.cz | ![](https://img.shields.io/badge/status-gold-%23ffd700.svg) | [@JBGruber](https://github.com/JBGruber/) | |
| anotherangryvoice.blogspot.com | ![](https://img.shields.io/badge/status-gold-%23ffd700.svg) | [@JBGruber](https://github.com/JBGruber/) | |
| bbc.co.uk | ![](https://img.shields.io/badge/status-gold-%23ffd700.svg) | [@JBGruber](https://github.com/JBGruber/) | |
Expand Down
2 changes: 1 addition & 1 deletion inst/status.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"domain","status","author","issues","rss"
"ac24.cz","![](https://img.shields.io/badge/status-gold-%23ffd700.svg)","[@JBGruber](https://github.com/JBGruber/)","","https://www.ac24.cz/feed/"
"ad.nl","ad.nl","[@JBGruber](https://github.com/JBGruber/)","","https://www.ad.nl/home/rss.xml"
"ad.nl","![](https://img.shields.io/badge/status-gold-%23ffd700.svg)","[@JBGruber](https://github.com/JBGruber/)","","https://www.ad.nl/home/rss.xml"
"aktualne.cz","![](https://img.shields.io/badge/status-gold-%23ffd700.svg)","[@JBGruber](https://github.com/JBGruber/)","","https://www.aktualne.cz/rss"
"anotherangryvoice.blogspot.com","![](https://img.shields.io/badge/status-gold-%23ffd700.svg)","[@JBGruber](https://github.com/JBGruber/)","",NA
"bbc.co.uk","![](https://img.shields.io/badge/status-gold-%23ffd700.svg)","[@JBGruber](https://github.com/JBGruber/)","","https://feeds.bbci.co.uk/news/rss.xml"
Expand Down
2 changes: 2 additions & 0 deletions man/pb_collect_rss.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3d6b6d

Please sign in to comment.