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

Turn off days_dateafter limit in playlists #7

Closed CrazyWolf13 closed 1 year ago

CrazyWolf13 commented 1 year ago

Is it possible to turn off date_limit while downloading playlists?

fe80Grau commented 1 year ago

Yep, with last commit you can change days_dateafter value with "0" and days_dateafter will be ignored. Now Youtube config file is in plugins/youtube/config.json

CrazyWolf13 commented 1 year ago

Yep, with last commit you can change days_dateafter value with "0" and days_dateafter will be ignored. Now Youtube config file is in plugins/youtube/config.json

Great! This improves usability for me a lot, thank you!