Skip to content

Instantly share code, notes, and snippets.

@xMajedz
Last active February 4, 2022 14:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xMajedz/c53a97e334f81c81925f58481f922c8a to your computer and use it in GitHub Desktop.
Save xMajedz/c53a97e334f81c81925f58481f922c8a to your computer and use it in GitHub Desktop.
youtube rss link maker (use in the browser console)
var i = window.top.ytInitialData.metadata.channelMetadataRenderer.externalId;console.log("https://www.youtube.com/feeds/videos.xml?channel_id=" + i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment