omansak / libvideo

A lightweight .NET library to download YouTube videos.
BSD 2-Clause "Simplified" License
553 stars 163 forks source link

GetAllVideosAsync vs GetVideosAsync #132

Closed ColorTwist closed 4 years ago

ColorTwist commented 5 years ago

Hello Friends, I want to make sure i understand the difference.

GetAllVideosAsync gets all the video formats available for a video, while GetVideosAsync get's the standard 320p?

Is there any performance difference? I am looking for the fastest way to fetch youtube URL of the 320p video.