Skip to content

WeebCentral

The WeebcentralProvider scrapes weebcentral.com. It provides a wide range of manga titles and high-quality image pages.

import { HttpClient, WeebcentralProvider } from 'anime-sdk';
const http = new HttpClient();
const provider = new WeebcentralProvider(http);
const results = await provider.search('Frieren');
const chapters = await provider.fetchContentUnits(results[0].id);
const pages = await provider.resolveStream(chapters[0].id);
FeatureDetails
CatalogManga
Languagessub
MethodHTML scraping
ProtectionReferer required

WeebCentral is a reliable fallback when MangaDex is missing a specific title or translation. It requires proper referer headers, which are handled automatically by the provider and the SDK’s built-in proxy.