Add BlueSolo (#8902)

* Add BlueSolo support

* Changes asked by choppeh
This commit is contained in:
CriosChan 2025-05-21 13:16:11 +02:00 committed by Draff
parent 24ba7e3c0c
commit a5e30ee462
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Blue Solo'
extClass = '.BlueSolo'
themePkg = 'pizzareader'
baseUrl = 'https://bluesolo.org'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.fr.bluesolo
import eu.kanade.tachiyomi.multisrc.pizzareader.PizzaReader
class BlueSolo : PizzaReader("Blue Solo", "https://bluesolo.org", "fr")