Last active
June 27, 2025 22:42
-
-
Save rwp0/d2c18dbc63f4e5096d69ffa2ff69c7f1 to your computer and use it in GitHub Desktop.
YouTube Channel RSS JavaScript Query Selector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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