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

Commit

Permalink
Change Turkish news source (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
caglapickaxe committed Nov 10, 2020
1 parent 35f1b6b commit 64d68a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/news/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ module.exports = {
{
code: "tr",
language: "turkish",
url: "https://www.hurriyet.com.tr/rss/",
url: "https://www.trthaber.com/",
endpoints: [
"anasayfa"
"sondakika.rss"
],
type: "RSS",
helpers: ["caglapickaxe", "cgpx"]
Expand Down Expand Up @@ -389,4 +389,4 @@ module.exports = {
""
];
})
};
};

0 comments on commit 64d68a2

Please sign in to comment.