>>103242111
these days i just use rss to subscribe to channels, and yt-dlp to download new videos
to get a channels rss feed, paste this script on the channel page after a full refresh, i.e. ctrl + shift + r
var a=document.getElementsByTagName('script')
for(i=0;i<a.length;i++)
if(a[i].textContent.indexOf('externalId') != -1){
console.log('https://www.youtube.com/feeds/videos.xml?channel_id='+
a[i].textContent.match(/\"externalId\"\s*\:\s*\"(.*?)\"/)[1]);
break;
}
a feedreader like newsboat will let you script what to do with new urls, e.g. automatically download with yt-dlp
picrel my newsboat