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

Commit

Permalink
added iranian news sources
Browse files Browse the repository at this point in the history
related to #36
  • Loading branch information
Supinic committed Aug 10, 2021
1 parent 4f6aa84 commit 146a82f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions commands/news/index.js
Expand Up @@ -450,6 +450,26 @@ module.exports = {
helpers: ["agenttud"]
}
]
},
{
code: "ir",
language: "iranian",
sources: [
{
name: "رادیو فردا",
url: "https://www.radiofarda.com",
path: "api",
endpoints: ["zpoqie-kqp"],
helpers: ["somso2e"]
},
{
name: "خبرگزاری مهر",
url: "https://www.mehrnews.com/",
path: null,
endpoints: ["rss"],
helpers: ["supinic"]
}
]
}
],

Expand Down

0 comments on commit 146a82f

Please sign in to comment.