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

Commit

Permalink
adding hungarian news sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Nov 10, 2020
1 parent ad4ddd4 commit 360cb50
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions commands/news/index.js
Expand Up @@ -236,6 +236,26 @@ module.exports = {
helpers: ["caglapickaxe", "cgpx"]
}
]
},
{
code: "hu",
language: "hungarian",
sources: [
{
name: "Origo",
url: "https://www.origo.hu",
path: "contentpartner/rss/itthon",
endpoints: ["origo.xml"],
helpers: ["noiredayz"]
},
{
name: "Index.hu",
url: "https://index.hu",
path: "24ora",
endpoints: ["rss"],
helpers: ["noiredayz"]
}
]
}
],

Expand Down

1 comment on commit 360cb50

@Supinic
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these sources are a part of #36

Please sign in to comment.