sora: rip tgarmovies

This commit is contained in:
hexated 2023-04-05 17:13:02 +07:00
parent 11e96c840a
commit b654fb84d6
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 111
version = 112
cloudstream {

View File

@ -136,7 +136,7 @@ open class SoraStream : TmdbProvider() {
const val papaonMovies1API = "https://m.papaonwork.workers.dev/0:"
const val papaonMovies2API = "https://m.papaonwork.workers.dev/1:"
const val dahmerMoviesAPI = "https://edytjedhgmdhm.abfhaqrhbnf.workers.dev"
const val tgarMovieAPI = "https://tgarchive.eu.org"
const val tgarMovieAPI = "https://tgarchive.eu.org" // dead
const val jmdkhMovieAPI = "https://tg.jmdkh.eu.org/0:"
const val rubyMovieAPI = "https://upload.rubyshare111.workers.dev/0:"
const val shinobiMovieAPI = "https://home.shinobicloud.cf/0:"
@ -737,9 +737,9 @@ open class SoraStream : TmdbProvider() {
{
invokeGomovies(res.title, res.year, res.season, res.episode, callback)
},
{
if (!res.isAnime) invokeTgarMovies(res.title, res.year, res.season, res.episode, callback)
},
// {
// if (!res.isAnime) invokeTgarMovies(res.title, res.year, res.season, res.episode, callback)
// },
{
if (!res.isAnime) invokeGdbotMovies(res.title, res.year, res.season, res.episode, callback)
},