feat(all/Torrentio): Add TorBox as debrid provider #398

Merged
victor-borges merged 1 commit from main into main 2024-11-27 15:30:22 -06:00
4 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Torrentio (Torrent / Debrid)'
extClass = '.Torrentio'
extVersionCode = 1
extVersionCode = 2
containsNsfw = false
}

View file

@ -602,6 +602,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
"AllDebrid",
"DebridLink",
"Offcloud",
"TorBox",
)
private val PREF_DEBRID_VALUES = arrayOf(
"none",
@ -610,6 +611,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
"alldebrid",
"debridlink",
"offcloud",
"torbox",
)
// Sort

View file

@ -1,7 +1,7 @@
ext {
extName = 'Torrentio Anime (Torrent / Debrid)'
extClass = '.Torrentio'
extVersionCode = 10
extVersionCode = 11
containsNsfw = false
}

View file

@ -664,6 +664,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
"AllDebrid",
"DebridLink",
"Offcloud",
"TorBox",
)
private val PREF_DEBRID_VALUES = arrayOf(
"none",
@ -672,6 +673,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
"alldebrid",
"debridlink",
"offcloud",
"torbox",
)
// Sort