baca350481
- zinmanga (https://mangazin.org) — plain Madara wrapper - manhuafast (https://manhuafast.com) — plain Madara wrapper - harimanga (https://harimanga.me) — plain Madara wrapper - mangadrama (https://mangadrama.com) — Madara with new chapter endpoint and custom chapter list selector
10 lines
149 B
Go
10 lines
149 B
Go
package zinmanga
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Zinmanga", "en") }
|