1651aca667
Passing (7): manhuanext, manhwa68, manhuaus, shibamanga, toonizy, ksgroupscans, mangaclash Site issue (1): gingertoon — httpcloak fingerprint detected by site, returns empty manga list vs FS returns real content
9 lines
152 B
Go
9 lines
152 B
Go
package gingertoon
|
|
|
|
import (
|
|
"testing"
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "GingerToon", "en") }
|