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
233 stars 6 forks source link

Episodes without date #224

Open ema07cqc opened 1 month ago

ema07cqc commented 1 month ago

app version: v1.2.2


issue description:

Once pulling the episode list, there are no dates assigned to the episodes.

This happens in both Apple Podcasts and Audiobookshelf (self-hosted) (did not test in other clients)

This results in the chapters not being sortable by date, making it unclear which one is the latest episode published.

In the vod2pod web it looks ok and the sorting by date works: CleanShot 2024-10-21 at 14 32 40@2x

However, in the Apple Podcast app, the order is incorrect. CleanShot 2024-10-21 at 14 43 34@2x

Same thing on Audiobookshelf.

CleanShot 2024-10-21 at 14 37 18@2x

Thanks,

madiele commented 1 month ago

Can you try making and adding an api key and try again? It is a bug, but maybe is just when using no YT api key.

I don't remember if the no API key feed contains the date information

madiele commented 1 month ago

Just checked, the no API key feed does have dates originally so it is a bug, but let me know if also the api key version has the bug

I've got no time for my side projects lately so you'll have to wait for a while for a fix sorry (I do accept pull requests, the fix is needed in the provider/youtube.rs file)

ema07cqc commented 1 month ago

Hey! I added the YT API KEY and it works perfectly! It also works on PocketCast (without the YT API KEY I was getting an error when trying to add the RSS to PocketCast) Thanks!!!

Audiobookshelf (self-hosted)

SCR-20241024-ixgz

Apple Podcasts: IMG_0432