Initial commit

This commit is contained in:
almightyhak 2024-06-20 11:54:12 +07:00
commit 98ed7e8839
2263 changed files with 108711 additions and 0 deletions

View file

@ -0,0 +1,9 @@
ext {
extName = 'SFlix'
extClass = '.SFlix'
themePkg = 'dopeflix'
baseUrl = 'https://sflix.to'
overrideVersionCode = 8
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.animeextension.en.sflix
import eu.kanade.tachiyomi.multisrc.dopeflix.DopeFlix
class SFlix : DopeFlix(
"SFlix",
"en",
arrayOf("sflix.to", "sflix.se"), // Domain list
"sflix.to", // Default domain
) {
override val id: Long = 8615824918772726940
}