Closed maximushugus closed 2 months ago
I've already seen the bug, it seems that yt-dlp is not able to process only the id when it starts with a hyphen. I've simply added the prefix with the full yt url and it works now. Check the latest commit https://github.com/fe80Grau/ytdlp2STRM/commit/42556defa5870a7a27b79ebe3ab5e80fb3685638, for the docker image it will take a while because I'm moving the docker environment to free up space and for now I can't generate the image and push it. As soon as it's ready I'll post it here.
Pushed to Docker Hub
If you try to play a YouTube video through ytdlp2STRM with the starting with "-", it doesn't work.
For example this video : https://www.youtube.com/watch?v=-hEGNJ_Kiuc or https://www.youtube.com/watch?v=-d00jQcffHE
The logs say :
So as you can see it says it's age restricted (even if I don't think so). I have cookie setup correctly, no problem with other video.
I this this is a problem escaping the "-" at the start. I tried encoding this caracter with "%2D" but it results in the same problem.