omansak / libvideo

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

"IEnumerable<YouTubeVideo>" does not contain a definition for "First" #228

Closed Hyva-arch closed 2 years ago

Hyva-arch commented 2 years ago

image

The error shows that "var videoInfos" does not contain a definition for "First". https://github.com/omansak/libvideo/blob/master/docs/README.md#advanced

(.NET Framework 4.7.2)

omansak commented 2 years ago

can you add using System.Linq