UnidentifiedX / YTSearch.NET

YouTube-Search library written in C# to search for YouTube videos
https://www.nuget.org/packages/YTSearch.NET/
MIT License
7 stars 2 forks source link

Full Channel Description, VideoCount and Subscribers #7

Open slagusev opened 1 month ago

slagusev commented 1 month ago

Hello! I used SearchYouTubeChannelAsync to get information about a channel, is there a way to obtain the full description of the channel instead of its short version? Also, I'm getting 0 for the number of subscribers and the number of videos on the channel.

UnidentifiedX commented 1 month ago

@slagusev hey there! regarding your first issue, I stopped working on this project a long time ago, but I was planning to introduce a GetChannelMetadataAsync function when I stopped. if you're willing to wait a while I'll try to implement this asap to get the full description. regarding your second issue, since this search function is done through scraping the site, you'll have instances where data is presented like this

image image

As you can see sometimes youtube sends channels without their subscriber count, so the program can't do much about it.

slagusev commented 1 month ago

Thank you for the response! It would be great to see further development of the library.

UnidentifiedX commented 1 month ago

ill leave this open so ill remember to work on this