Remove LaidBackScans and Astrames (#5715)

This commit is contained in:
Chopper 2024-10-27 04:14:20 -03:00 committed by GitHub
parent f2a75ec808
commit 229ec157d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 0 additions and 28 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Laid Back Scans'
extClass = '.LaidBackScans'
themePkg = 'keyoapp'
baseUrl = 'https://laidbackscans.org'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.laidbackscans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class LaidBackScans : Keyoapp("Laid Back Scans", "https://laidbackscans.org", "en")

View File

@ -1,9 +0,0 @@
ext {
extName = 'Astrames'
extClass = '.Astrames'
themePkg = 'keyoapp'
baseUrl = 'https://astrames.fr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.fr.astrames
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class Astrames : Keyoapp("Astrames", "https://astrames.fr", "fr")