iBicha / UnityYoutubePlayer

Play YouTube videos in Unity
The Unlicense
336 stars 63 forks source link

Feature/schema #57

Closed iBicha closed 3 years ago

iBicha commented 3 years ago

Add a schema when requesting from youtube-dl-server.

The json payload returned is big (about 250kb) which has mostly information that's not needed (thumbnails, all the possible formats, etc). With the schema option, we can download exactly what's needed, and nothing more.