add source Scans 4u "ar" (#4732)

* add source Scans 4u "ar"

* Update build.gradle
This commit is contained in:
mohamedotaku 2024-08-25 03:14:32 +01:00 committed by GitHub
parent d9e60d4e34
commit c22bb61c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Scans 4u'
extClass = '.Scans4u'
themePkg = 'keyoapp'
baseUrl = 'https://4uscans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.ar.scans4u
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class Scans4u : Keyoapp("Scans 4u", "https://4uscans.com", "ar")