Embeddable Youtube Downloading Library
NOTE: libytdl and its documentation is still very much incomplete. Please be patient or help by contributing!
A C library for downloading youtube videos.
libytdl aims to provide a simple embeddable method for downloading and consuming youtube videos in your own applications.
libytdl is split into 3 seperate libraries under the same prefix
libytdlcore
- the core librarylibytdlhttp
- the http client librarylibytdlav
- video and audio file handling libraryAdditionally a cli is being implemented to use the library called ytdlcli
.