Add Asura Scans Free (#6706)
This commit is contained in:
parent
003545ac44
commit
2a44520bbe
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Asura Scans Free (unoriginal)'
|
||||||
|
extClass = '.AsuraScansFree'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://asurascansfree.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,10 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.asurascansfree
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class AsuraScansFree : MangaThemesia(
|
||||||
|
"Asura Scans Free (unoriginal)",
|
||||||
|
"https://asurascansfree.com",
|
||||||
|
"en",
|
||||||
|
"/serie",
|
||||||
|
)
|
Loading…
Reference in New Issue