e3881f3a8e
All sources either have site issues (wrong theme, 404, Cloudflare ban) or return unexpected HTML — no code bugs in the port itself: - petrotechsociety.org — 0 results (not a standard Madara site) - woopread.com — HTTP 404 - hentaixcomic.com — 0 results - hentaixyuri.com — 0 results - apcomics.org — Cloudflare IP banned / 403 - manhuafast.net — 0 results - novelcrow.com — Cloudflare IP banned - mangafree.info — 0 results - mangaka.cc — 0 results - galaxymanga.io — HTTP 404 (MangaThemesia)
9 lines
149 B
Go
9 lines
149 B
Go
package apcomics
|
|
|
|
import (
|
|
"testing"
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "AP Comics", "en") }
|