libvideo
libvideo copied to clipboard
IHttpClientFactory support
I really miss the feature to use the IHttpClientFactory to produce a HttpClient instance. It would be great to have this feature as well as DI support.
Can u try write your own custom client like as https://github.com/omansak/libvideo/blob/master/src/libvideo.debug/CustomYoutubeClient.cs
IHttpClientFactory
requires .net standard 2.0 or higher, but current target is netstandard1.1. So, why not use HttpClient
?