Manage YouTube subscriptions (or Invidious instances) via the command line and run a webserver with the latest videos
With MYTS you can easily manage YouTube channel subscriptions via the command line, without the need of a user account on YouTube. Your subscriptions are stored local in a file. Run the subcommand “server” to start a webserver what will display all the latest videos of the channels you subscribed to.
$ brew install gnutls
For every command you can pass --help
for more details.
subscribe
Subscribe to a YouTube channel. It will save the YouTube channel ID in a file.
unsubscribe
Unsubscribe from a YouTube channel.
server
Start a webserver to display the latest videos of the subscribed YouTube channels.
GNU GPLv3