Anikoto
The AnikotoProvider connects to anikototv.to (anikoto.cz). It is an excellent provider for both subbed and dubbed content, offering high-quality HLS streams with integrated subtitle tracks.
import { HttpClient, AnikotoProvider } from 'anime-sdk';
const http = new HttpClient();const provider = new AnikotoProvider(http);
const results = await provider.search('Naruto');const units = await provider.fetchContentUnits(results[0].id);
// Resolve sub or dub streamsconst subStream = await provider.resolveStream(units[0].id, 'sub');const dubStream = await provider.resolveStream(units[0].id, 'dub');Characteristics
Section titled “Characteristics”| Feature | Details |
|---|---|
| Catalog | Anime |
| Languages | sub, dub |
| Subtitles | yes (Integrated in HLS) |
| Method | JSON API + Embed Scrape |
| HLS | Single quality with VTT tracks |