mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: rip tgarmovies
This commit is contained in:
parent
11e96c840a
commit
b654fb84d6
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 111
|
version = 112
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -136,7 +136,7 @@ open class SoraStream : TmdbProvider() {
|
||||||
const val papaonMovies1API = "https://m.papaonwork.workers.dev/0:"
|
const val papaonMovies1API = "https://m.papaonwork.workers.dev/0:"
|
||||||
const val papaonMovies2API = "https://m.papaonwork.workers.dev/1:"
|
const val papaonMovies2API = "https://m.papaonwork.workers.dev/1:"
|
||||||
const val dahmerMoviesAPI = "https://edytjedhgmdhm.abfhaqrhbnf.workers.dev"
|
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 jmdkhMovieAPI = "https://tg.jmdkh.eu.org/0:"
|
||||||
const val rubyMovieAPI = "https://upload.rubyshare111.workers.dev/0:"
|
const val rubyMovieAPI = "https://upload.rubyshare111.workers.dev/0:"
|
||||||
const val shinobiMovieAPI = "https://home.shinobicloud.cf/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)
|
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)
|
if (!res.isAnime) invokeGdbotMovies(res.title, res.year, res.season, res.episode, callback)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue