forked from AlmightyHak/extensions-source
feat(all/Torrentio): Add TorBox as debrid provider (#398)
Signed-off-by: Victor Borges <victor1882@outlook.com>
This commit is contained in:
parent
b953892c0a
commit
df43cf2b73
4 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Torrentio (Torrent / Debrid)'
|
extName = 'Torrentio (Torrent / Debrid)'
|
||||||
extClass = '.Torrentio'
|
extClass = '.Torrentio'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
containsNsfw = false
|
containsNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -602,6 +602,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||||
"AllDebrid",
|
"AllDebrid",
|
||||||
"DebridLink",
|
"DebridLink",
|
||||||
"Offcloud",
|
"Offcloud",
|
||||||
|
"TorBox",
|
||||||
)
|
)
|
||||||
private val PREF_DEBRID_VALUES = arrayOf(
|
private val PREF_DEBRID_VALUES = arrayOf(
|
||||||
"none",
|
"none",
|
||||||
|
@ -610,6 +611,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||||
"alldebrid",
|
"alldebrid",
|
||||||
"debridlink",
|
"debridlink",
|
||||||
"offcloud",
|
"offcloud",
|
||||||
|
"torbox",
|
||||||
)
|
)
|
||||||
|
|
||||||
// Sort
|
// Sort
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Torrentio Anime (Torrent / Debrid)'
|
extName = 'Torrentio Anime (Torrent / Debrid)'
|
||||||
extClass = '.Torrentio'
|
extClass = '.Torrentio'
|
||||||
extVersionCode = 10
|
extVersionCode = 11
|
||||||
containsNsfw = false
|
containsNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -664,6 +664,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||||
"AllDebrid",
|
"AllDebrid",
|
||||||
"DebridLink",
|
"DebridLink",
|
||||||
"Offcloud",
|
"Offcloud",
|
||||||
|
"TorBox",
|
||||||
)
|
)
|
||||||
private val PREF_DEBRID_VALUES = arrayOf(
|
private val PREF_DEBRID_VALUES = arrayOf(
|
||||||
"none",
|
"none",
|
||||||
|
@ -672,6 +673,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||||
"alldebrid",
|
"alldebrid",
|
||||||
"debridlink",
|
"debridlink",
|
||||||
"offcloud",
|
"offcloud",
|
||||||
|
"torbox",
|
||||||
)
|
)
|
||||||
|
|
||||||
// Sort
|
// Sort
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue