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.

Home Page:https://github.com/fe80Grau/ytdlp2STRM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn off days_dateafter limit in playlists

CrazyWolf13 opened this issue · comments

commented

Is it possible to turn off date_limit while downloading playlists?

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

commented

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!