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
209 stars 19 forks source link

Fix incompatible werkzeug version #13

Closed jasperaelvoet closed 1 year ago

jasperaelvoet commented 1 year ago

Fix error on werkzeug 3.0: ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/opt/ytdlp2STRM/venv/lib/python3.11/site-packages/werkzeug/urls.py)

fe80Grau commented 1 year ago

Ty @jasperaelvoet