adding feeds
This commit is contained in:
@@ -193,9 +193,13 @@ async def main(login, password, account):
|
|||||||
feeds.append(RSSfeed("https://thepixelpost.com/rss/"))
|
feeds.append(RSSfeed("https://thepixelpost.com/rss/"))
|
||||||
feeds.append(RSSfeed("https://yamukass.substack.com/feed"))
|
feeds.append(RSSfeed("https://yamukass.substack.com/feed"))
|
||||||
feeds.append(RSSfeed("https://tseret.com/categorie/tests/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))
|
feeds.append(RSSfeed("https://www.youtube.com/feeds/videos.xml?channel_id=UC-OvBDfZGn1OdsqMBwkOI_A", True))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
task = SubStackTask(login, password, account, feeds)
|
task = SubStackTask(login, password, account, feeds)
|
||||||
|
|
||||||
await task.run_daily_at_6_am()
|
await task.run_daily_at_6_am()
|
||||||
|
|||||||
Reference in New Issue
Block a user