madiele / vod2pod-rss

Vod2Pod-RSS converts a YouTube or Twitch channel into a podcast with ease. It creates a podcast RSS that can be listened to directly inside any podcast client. VODs are transcoded to MP3 on the fly and no server storage is needed!
MIT License
199 stars 5 forks source link

[Twitch] currently streaming are not filtered out #124

Closed madiele closed 8 months ago

madiele commented 8 months ago

Only happens on v1.1 beta

Since podcast clients tend to cache duration this blocks release 1.1

The filter was there in my other project TwitchToPodcastRSS, I just forgot to port it.

If anyone wants to tackle this write a comment asking to get assigned otherwise I'll do it first chance I get.

The fix should be easy and only confined inside twitch.rs

madiele commented 8 months ago

fixed with 78fa1d1