omansak / libvideo

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

Feature Request: add "videoDetails.author" and "videoDetails.lengthSeconds" as additional information #190

Closed DanCooper closed 3 years ago

DanCooper commented 3 years ago

Hello

Please add the information "DurationInSeconds" (videoDetails.lengthSeconds) and "Author" (videoDetails.author). This information is very useful for filtering videos.

omansak commented 3 years ago

this is a great idea, i will work on this as soon

omansak commented 3 years ago

may you test last commit 82f24c09e3cccb577fa9887e5d091abf5d86fce6?

DanCooper commented 3 years ago

Thank you! I'lkl test it later today and do a feedback.

DanCooper commented 3 years ago

So, 3 days later I've found the time to test (sorry for the delay). And it works as expected and great! Thank you!