mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: add Peacock to main page (#292)
* sora: add Max and Peacock to main page * bump * -Max
This commit is contained in:
parent
a4913d7ab7
commit
0c4d2afdfb
2 changed files with 2 additions and 1 deletions
|
@ -46,4 +46,4 @@ cloudstream {
|
|||
)
|
||||
|
||||
iconUrl = "https://raw.githubusercontent.com/hexated/cloudstream-extensions-hexated/master/SoraStream/Icon.png"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -173,6 +173,7 @@ open class SoraStream : TmdbProvider() {
|
|||
"$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=2552" to "Apple TV+",
|
||||
"$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=49" to "HBO",
|
||||
"$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=4330" to "Paramount+",
|
||||
"$tmdbAPI/discover/tv?api_key=$apiKey&with_networks=3353" to "Peacock",
|
||||
"$tmdbAPI/movie/top_rated?api_key=$apiKey®ion=US" to "Top Rated Movies",
|
||||
"$tmdbAPI/tv/top_rated?api_key=$apiKey®ion=US" to "Top Rated TV Shows",
|
||||
"$tmdbAPI/movie/upcoming?api_key=$apiKey®ion=US" to "Upcoming Movies",
|
||||
|
|
Loading…
Reference in a new issue