forked from AlmightyHak/extensions-source
Initial commit
This commit is contained in:
commit
98ed7e8839
2263 changed files with 108711 additions and 0 deletions
9
src/en/dopebox/build.gradle
Normal file
9
src/en/dopebox/build.gradle
Normal file
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'DopeBox'
|
||||
extClass = '.DopeBox'
|
||||
themePkg = 'dopeflix'
|
||||
baseUrl = 'https://dopebox.to'
|
||||
overrideVersionCode = 9
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/dopebox/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/dopebox/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/en/dopebox/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/dopebox/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
src/en/dopebox/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/dopebox/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
BIN
src/en/dopebox/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/dopebox/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
src/en/dopebox/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/dopebox/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/en/dopebox/res/play_store_512.png
Normal file
BIN
src/en/dopebox/res/play_store_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.animeextension.en.dopebox
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.dopeflix.DopeFlix
|
||||
|
||||
class DopeBox : DopeFlix(
|
||||
"DopeBox",
|
||||
"en",
|
||||
arrayOf("dopebox.to", "dopebox.se"), // Domain list
|
||||
"dopebox.to", // Default domain
|
||||
) {
|
||||
override val id: Long = 787491081765201367
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue