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
173 stars 15 forks source link

ERROR [youtube] p7zmysRHeyw This video is available to this channel's members #54

Open HolographicX opened 4 days ago

HolographicX commented 4 days ago

When importing from the channel https://www.youtube.com/@bigthink, the script creates the following folder:

@bigthink [ERROR [youtube] p7zmysRHeyw This video is available to this channel'\''s members on level Think Even Bigger (or any higher level). Join this channel to get access to members-only content and other exclusive perks.]

with no videos in it.

I have tried different youtube_configs, including reducing days_dateafter to 1 so it doesn't consider the member only videos at all. Everything results in the same folder with no videos.

Running the docker image from docker hub.

Side note: thank you so much for the awesome project!