dotfiles/macos.local/flake/home/scripts/yt-to-rss.org
2025-03-13 18:22:22 -05:00

253 B

YouTube Channel to RSS Link

Quick script to get the RSS link for a YouTube channel so I don't have to visit the website.

  #!/bin/sh

  /usr/bin/curl "$1" 2> /dev/null | /usr/bin/env pup 'link[title="RSS"] attr{href}'