Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
added + adjusted czech news sources
Browse files Browse the repository at this point in the history
related to #36
  • Loading branch information
Supinic committed Aug 20, 2021
1 parent 730be06 commit 848a11c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion commands/news/index.js
Expand Up @@ -359,7 +359,14 @@ module.exports = {
name: "Aktualne.cz",
url: "https://zpravy.aktualne.cz/",
path: "rss",
endpoints: ["", "domaci", "regiony"],
endpoints: ["domaci"],
helpers: ["supinic"]
},
{
name: "Idnes",
url: "https://www.irozhlas.cz/",
path: "rss/irozhlas/section",
endpoints: ["zpravy-domov"],
helpers: ["supinic"]
}
]
Expand Down

0 comments on commit 848a11c

Please sign in to comment.