Skip to content

Commit

Permalink
feat(all/Torrentio): Add TorBox as debrid provider (Kohi-den#398)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Borges <victor1882@outlook.com>
  • Loading branch information
victor-borges authored Nov 27, 2024
1 parent b953892 commit df43cf2
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/all/torrentio/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Torrentio (Torrent / Debrid)'
extClass = '.Torrentio'
extVersionCode = 1
extVersionCode = 2
containsNsfw = false
}

Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/all/torrentioanime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Torrentio Anime (Torrent / Debrid)'
extClass = '.Torrentio'
extVersionCode = 10
extVersionCode = 11
containsNsfw = false
}

Original file line number Diff line number Diff line change
@@ -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

0 comments on commit df43cf2

Please sign in to comment.