Created
May 20, 2024 11:37
-
-
Save oq-x/a9c40c6056721a26bdce286d0a02082a to your computer and use it in GitHub Desktop.
YouTube Music Synced Lyrics from API
This file contains 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
This is how to get synced lyrics from the api instead of regular. | |
POST https://music.youtube.com/youtubei/v1/browse?prettyPrint=false | |
{ | |
"context": { | |
"client": { | |
"clientName": "26", | |
"clientVersion": "7.01.05" | |
} | |
}, | |
"browseId": "<lyricsBrowseID>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment