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

Commit

Permalink
added several romanian news sources
Browse files Browse the repository at this point in the history
related to #36
  • Loading branch information
Supinic committed Jul 27, 2021
1 parent e62035a commit 117bb5a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions commands/news/index.js
Expand Up @@ -423,6 +423,33 @@ module.exports = {
helpers: ["unitedfingers"]
}
]
},
{
code: "ro",
language: "romanian",
sources: [
{
name: "G4Media",
url: "https://www.g4media.ro",
path: null,
endpoints: ["rss"],
helpers: ["agenttud"]
},
{
name: "HotNews",
url: "https://www.hotnews.ro",
path: null,
endpoints: ["feed"],
helpers: ["agenttud"]
},
{
name: "Mediafax",
url: "https://www.mediafax.ro/",
path: null,
endpoints: ["rss"],
helpers: ["agenttud"]
}
]
}
],

Expand Down

0 comments on commit 117bb5a

Please sign in to comment.