Initial commit
This commit is contained in:
commit
98ed7e8839
2263 changed files with 108711 additions and 0 deletions
9
src/en/sflix/build.gradle
Normal file
9
src/en/sflix/build.gradle
Normal file
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'SFlix'
|
||||
extClass = '.SFlix'
|
||||
themePkg = 'dopeflix'
|
||||
baseUrl = 'https://sflix.to'
|
||||
overrideVersionCode = 8
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/sflix/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/sflix/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
src/en/sflix/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/sflix/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
src/en/sflix/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/sflix/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
src/en/sflix/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/sflix/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/en/sflix/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/sflix/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/en/sflix/res/play_store_512.png
Normal file
BIN
src/en/sflix/res/play_store_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue