adding feeds

This commit is contained in:
Gaël Honorez
2024-01-01 18:20:22 +01:00
parent 1395940824
commit f828d8f88b

View File

@@ -193,9 +193,13 @@ async def main(login, password, account):
feeds.append(RSSfeed("https://thepixelpost.com/rss/"))
feeds.append(RSSfeed("https://yamukass.substack.com/feed"))
feeds.append(RSSfeed("https://tseret.com/categorie/tests/feed"))
feeds.append(RSSfeed("https://www.gamesidestory.com/feed"))
feeds.append(RSSfeed("https://www.nintendo-town.fr/feed"))
feeds.append(RSSfeed("https://www.youtube.com/feeds/videos.xml?channel_id=UC-OvBDfZGn1OdsqMBwkOI_A", True))
task = SubStackTask(login, password, account, feeds)
await task.run_daily_at_6_am()