Is a library for searching anime covers from various sources in .net8
using AnimeCoverImage.Services;
IAnimeCoverImage myAnimeList = new MyAnimeListCom();
// x returns a Dictionary<string, string>
// Key = name of the Anime
// Value = url to the Image
var x = await myAnimeList.GetAnimeCoverAsync("Dragon ball");
Note
The first result is always the best.
Debug.WriteLine(string.Join("\n", x.ToArray()));
MyAnimeList
AniList