
Hi, how do I create an RSS link for a Countdown for All Show Premieres regardless if Followed or not? I’m trying to make an RSS feed that I can check daily for all upcoming show premieres even if I’m not following them. Thanks!
Hi, how do I create an RSS link for a Countdown for All Show Premieres regardless if Followed or not? I’m trying to make an RSS feed that I can check daily for all upcoming show premieres even if I’m not following them. Thanks!
You can simply use value other than "followed" for the source parameter. For example https://api.tvmaze.com/rss/countdown?token=xxxxx&source=country-US or https://api.tvmaze.com/rss/countdown?token=xxxxx&source=language-English :)
@david wrote:
You can simply use value other than "followed" for the source parameter. For example https://api.tvmaze.com/rss/countdown?token=xxxxx&source=country-US or https://api.tvmaze.com/rss/countdown?token=xxxxx&source=language-English :)
Awesome! Thanks!