feat: port 10 sources from diverse bases
Passing (9): deathtollscans (FoolSlide), mangatellers (FoolSlide), eighteenporncomic (Manga18), manga18club (Manga18), manhuaplusorg (Liliana), manhwahub (ManhwaZ), noxenscans (MangaThemesia), skymanga (MangaThemesia), mangatx (MangaThemesia) Site issue (1): luascans (HeanCms) — Cloudflare banned
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package noxenscans
|
||||
|
||||
import (
|
||||
"goyomi/internal/registry"
|
||||
base "goyomi/sources/base/mangathemesia"
|
||||
)
|
||||
|
||||
func New() *base.Source {
|
||||
return base.New(base.Config{
|
||||
Name: "NoxenScans",
|
||||
BaseURL: "https://noxenscan.com",
|
||||
Lang: "en",
|
||||
})
|
||||
}
|
||||
|
||||
func init() { registry.Register(New()) }
|
||||
Reference in New Issue
Block a user