Skip to content

Commit

Permalink
add lethain
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Mar 22, 2024
1 parent acc9245 commit 097e03d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rss-to-tana/index.js
Expand Up @@ -53,17 +53,22 @@ const rssFeeds = [
{
// Codrops
url: 'http://feeds2.feedburner.com/tympanus',
cron: schedules.everyHour,
cron: schedules.twiceAtNight,
toTana: Item.tana.website,
},
{
url: 'https://leaddev.com/content-piece-and-series/rss.xml',
cron: schedules.everyHour,
cron: schedules.twiceAtNight,
toTana: Item.tana.website,
},
{
// Thoughtworks Technology Podcast
url: 'http://feeds.soundcloud.com/users/soundcloud:users:94605026/sounds.rss',
cron: schedules.twiceAtNight,
toTana: Item.tana.website,
},
{
url: 'https://lethain.com/feeds.xml',
cron: schedules.everyHour,
toTana: Item.tana.website,
},
Expand Down

0 comments on commit 097e03d

Please sign in to comment.