fe80Grau / ytdlp2STRM

A little script to serve Youtube / Twitch / Crunchyroll videos without storage it. Uses yt-dlp HTTP data throught Flask and dynamic URLs. We can use this dynamic URLs to set STRM files.
https://github.com/fe80Grau/ytdlp2STRM
MIT License
228 stars 21 forks source link

Crunchyroll broke again ? #45

Closed Floflo10 closed 6 months ago

Floflo10 commented 6 months ago

Hi ! Look like crunchyroll broke something again because yesterday no new episode was downloaded. Didn't get an error message, just a list of Preparing channel and that's it. I looked around a bit and found https://github.com/yt-dlp/yt-dlp/issues/9994 and this https://github.com/yt-dlp/yt-dlp/pull/10005 Maybe we need to update the version (and the docker image) ? :)

Have a nice day ! :)

fe80Grau commented 6 months ago

Yes, I think that was fixed with last night's nightly build https://github.com/yt-dlp/yt-dlp-nightly-builds/releases yt-dlp --update-to nightly

fe80Grau commented 6 months ago

https://github.com/fe80Grau/ytdlp2STRM/issues/47

Floflo10 commented 6 months ago

Oh sorry I forgot ton anwser with my job. I couldn't update with your suggestion but I managed to success using Pip (python3 -m pip install -U --pre "yt-dlp[default]") All fixed ! Thanks a lot for your awesome work !