- You are using a YouTube link with handle instead of channel_id. To activate RSS feed support for
channel, you need to use
the channel ID. For example,
https://www.youtube.com/channel/UCUi3_cffYenmMTuWEsLHzqg -
To get youtube channel_id simply visit the page, click on more about this channel, scroll down to
share
channel, click on
Copy channel id.
- To enable YouTube RSS feed monitoring, The task URL must include a
channel_idorplaylist_id. Other link types won’t work. - RSS monitoring runs every hour alongside the actual task execution. It checks each feed for new videos and automatically queues any you haven’t downloaded yet.
- To opt out of RSS monitoring for a specific task, append
[no_handler]to that task’s name. - To have the task only monitor RSS feed, do not set timer and add
[only_handler]to that task’s name. - RSS Feed monitoring will only work if you have
--download-archiveset in command options for ytdlp.cli, preset or task. - If you don't have
--download-archiveset butYTP_KEEP_ARCHIVEenvironment option is set totruewhich is the default, It will also work.