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

Commit

Permalink
added slovenian news sources
Browse files Browse the repository at this point in the history
ref: #36
  • Loading branch information
Supinic committed Sep 17, 2021
1 parent 38a61ec commit f9297af
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions commands/news/index.js
Expand Up @@ -536,6 +536,26 @@ module.exports = {
helpers: ["n14pn", "supinic"]
}
]
},
{
code: "si",
language: "slovenian",
sources: [
{
name: "STA",
url: "https://www.sta.si",
path: null,
endpoints: ["rss-1"],
helpers: ["supinic"]
},
{
name: "RTV SLO",
url: "https://img.rtvslo.si",
path: "feeds",
endpoints: ["01.xml"],
helpers: ["supinic"]
}
]
}
],

Expand Down

0 comments on commit f9297af

Please sign in to comment.