Skip to content

Quick utility code for fetching YouTube video metadata

Notifications You must be signed in to change notification settings

Tightrope/youtube_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

References

Obtaining YouTube Stream Data

  1. GET YouTube URL 2. In the HTML response, locate the streamingData JSON object 3. See var ytInitialResponse = {responseContext... 3. The streamingData object contains an array of formats 4. Each format entry describes a download stream 5. There is also an adaptiveFormats array, which contains the same information as formats, but for adaptive streams 6. In the format objects, search for audio/mp4 streams and find the one with the highest audioQuality

Google

YouTube

Other

About

Quick utility code for fetching YouTube video metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published