Add AnonimusTLS (#3998)

This commit is contained in:
bapeey 2024-07-15 00:15:48 -05:00 committed by Draff
parent 01e67374ec
commit 990ea76c28
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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")