231 B
231 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
curl "$1" 2> /dev/null | pup 'link[title="RSS"] attr{href}'