Skip to content

Commit 9afd87e

Browse files
authored
Add rss source for Jason Fried blog
1 parent 3ae0139 commit 9afd87e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content_aggregator/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ def __init__(self):
9494
'source_url': "https://world.hey.com/dhh/feed.atom",
9595
'extract_type': 'rss',
9696
},
97+
{
98+
'source_url': "https://world.hey.com/jason/feed.atom",
99+
'extract_type': 'rss',
100+
},
97101
{
98102
'source_url': "https://www.writesoftwarewell.com/rss",
99103
'extract_type': 'rss',

0 commit comments

Comments
 (0)