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

update yt-dlp #97

Closed blairun closed 11 months ago

blairun commented 11 months ago

app version: v1.0.2


issue description:

Can you please update yt-dlp to the latest stable?

Running yt-dlp --version in the vod2pod container shows it's using version 2023.03.04. I've started getting download errors with this version:

ERROR [vod2pod_rss::transcoder] https://rr2---sn-nx57ynss.googlevideo.com/videoplayback?............: Server returned 403 Forbidden (access denied)

Running this in the vod2pod container resolves the issue for me: yt-dlp --update-to 2023.07.06

Thanks

madiele commented 11 months ago

Done, it's building right now

madiele commented 11 months ago

Version 1.0.3 released with new yt-dlp, I'll close this