Closed AetherVoyager closed 8 months ago
Increase the value of days_dateafter, by default it is set to 10, this means that it will only process the videos uploaded to the channel in the last 10 days from the current day at the time of execution. For example, if you want to process the videos from the last 30 days, your config.json file would look like this
{
"strm_output_folder" : "./Youtube",
"channels_list_file" : "./plugins/youtube/channel_list.json",
"days_dateafter" : "30",
"videos_limit" : "10",
"sponsorblock" : false,
"sponsorblock_cats" : "sponsor"
}
yup that works thanks
channel_list.json
config.json
Response cli.py