sync-lc-providers
Node.JS library to fetch info from Youtube, Soundcloud and etc.
Supported providers
- Coub
- Soundcloud
- Vimeo
- Twitch Streams
- Youtube (including playlists)
- Video/audio files
!
Right now, it always downloads a bunch of ffmpeg binaries, so the installation might look stuck for some time.
Usage
const providers = require('sync-lc-providers');
providers.youtube.info('https://www.youtube.com/watch?v=iNCRfh6dx60').then(info => ...).catch(error => ...);
providers.youtubeList.entities('https://www.youtube.com/playlist?list=PLN1mjQ-i1XV5zC72G4NyaFANSeVAIL43U').then(entities => ...).catch(error => ...);