tl;dr: YoutubeDataApiWrapper.Portable
I’ve rewritten a library (made it portable) which simplifies youtube api requests.
The library does the pagination for you, so only one request is sufficient to retrieve all data you need.
tl;dr: YoutubeDataApiWrapper.Portable
I’ve rewritten a library (made it portable) which simplifies youtube api requests.
The library does the pagination for you, so only one request is sufficient to retrieve all data you need.
tl;dr: YoutubeExtractor.Portable
I’ve written a library (or rather made an existing one portable) to download videos & audio from youtube.
Features:
currently only audio extraction from an .flv file works. Unfortunately youtube only provides .flv files in low resolutions, which results in low quality audio files. Still, better than nothing.
Code examples are on github.