Hello Guys,

[ytcc](https://github.com/woefe/ytcc) is another tool (by me) to track and download any youtube-dl (or yt-dlp) supported playlist, which includes YouTube Channels, RSS feeds, Soundcloud, etc.


Ytcc is command line only. After setting up the playlists you want to track, ytcc could run as a cronjob in the background to fetch new videos periodically.


The cronjob would be something like:
```
5 */2 * * * ytcc update; ytcc download
```

To save your downloads in subdirectories per playlist name, set `download_subdirs = on` in `~/.config/ytcc/ytcc.conf`.

Keep up the great work and huge shout-out to the amazing Mumble room and great guests on your show!

Time appropriate greetings,
Woefe