Skip to content

Commit d6fd759

Browse files
committed
Use the same style of rss feed for consistency
1 parent 30e1e4d commit d6fd759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const communities = [
8282
const feeds = [
8383
{
8484
name: 'localnews',
85-
url: 'https://www.tucsonsentinel.com/local/rss/',
85+
url: 'https://www.tucsonsentinel.com/category/rss/local/',
8686
content: 'description',
8787
exclude: [
8888
'localpolitics', // the local feed contains politics, which we don't want. So we exclude the localpolitics feed to get local news only.

0 commit comments

Comments
 (0)