Skip to content

Instantly share code, notes, and snippets.

@rwp0
Last active June 27, 2025 22:42
Show Gist options
  • Save rwp0/d2c18dbc63f4e5096d69ffa2ff69c7f1 to your computer and use it in GitHub Desktop.
Save rwp0/d2c18dbc63f4e5096d69ffa2ff69c7f1 to your computer and use it in GitHub Desktop.
YouTube Channel RSS JavaScript Query Selector
document.querySelector("link[title='RSS']").href;
// https://www.youtube.com/feeds/videos.xml?channel_id=<CHANNEL_ID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment