Add MangaGojo (#4128)

This commit is contained in:
Vetle Ledaal 2024-07-21 09:17:26 +02:00 committed by Draff
parent 46fbc6a591
commit 77943d4f37
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'MangaGojo'
extClass = '.MangaGojo'
themePkg = 'mangathemesia'
baseUrl = 'https://mangagojo.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.mangagojo
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class MangaGojo : MangaThemesia(
"MangaGojo",
"https://mangagojo.com",
"en",
)