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 = 'DopeBox'
extClass = '.DopeBox'
themePkg = 'dopeflix'
baseUrl = 'https://dopebox.to'
overrideVersionCode = 9
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -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
}