Skip to content

Instantly share code, notes, and snippets.

@michaelrhodes
Created August 25, 2020 03:33
Show Gist options
  • Save michaelrhodes/c324716755b0285c1f258d13bc47eeb0 to your computer and use it in GitHub Desktop.
Save michaelrhodes/c324716755b0285c1f258d13bc47eeb0 to your computer and use it in GitHub Desktop.
find a youtube channel’s feed url
javascript:(function(d,l,h){l=d.querySelector('link[href*=channel]');h=l&&l.getAttribute('href');h&&alert('https://www.youtube.com/feeds/videos.xml?channel_id='+h.split('/').pop())%20})(document)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment