Remove NovelsTown (#4223)

This commit is contained in:
Chopper 2024-07-25 06:53:06 -03:00 committed by GitHub
parent 56cf62827c
commit cbb627be9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 16 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Novels Town'
extClass = '.NovelsTown'
themePkg = 'madara'
baseUrl = 'https://novelstown.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.ar.novelstown
import eu.kanade.tachiyomi.multisrc.madara.Madara
class NovelsTown : Madara("Novels Town", "https://novelstown.com", "ar") {
override val mangaSubString = "الاعمال"
}