Add edscanlation (#2162)

This commit is contained in:
Secozzi 2024-03-30 11:56:43 +00:00 committed by Draff
parent 8f16b6c06d
commit ec8c080c75
7 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'ED Scanlation'
extClass = '.EDScanlation'
themePkg = 'keyoapp'
baseUrl = 'https://edscanlation.fr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.fr.edscanlation
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class EDScanlation : Keyoapp("ED Scanlation", "https://edscanlation.fr", "fr")