You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just curious if it may be possible to fetch video/audio playback url from videoId.
The text was updated successfully, but these errors were encountered:
moinologics
changed the title
Is it possible to fetch youtube video/audio playback url from browser javascript
possible to fetch youtube video/audio playback url from browser javascript??
Sep 17, 2024
It's possible that you need to parse const ytPlayerData = await page.data.split("var ytInitialPlayerResponse ="); which contains all the data, such as media formats, audio, video, keywords, etc.
just curious if it may be possible to fetch video/audio playback url from videoId.
The text was updated successfully, but these errors were encountered: