Add AnonimusTLS (#3998)
This commit is contained in:
parent
01e67374ec
commit
990ea76c28
|
@ -0,0 +1,9 @@
|
||||||
|
ext {
|
||||||
|
extName = 'AnonimusTLS'
|
||||||
|
extClass = '.AnonimusTls'
|
||||||
|
themePkg = 'mangaesp'
|
||||||
|
baseUrl = 'https://anonimustls.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -0,0 +1,5 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.es.anonimustls
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangaesp.MangaEsp
|
||||||
|
|
||||||
|
class AnonimusTls : MangaEsp("AnonimusTLS", "https://anonimustls.com", "es", "https://api.anonimustls.com")
|
Loading…
Reference in New Issue