Merge remote-tracking branch 'origin/master'

This commit is contained in:
sora 2023-09-24 05:05:42 +07:00
commit 207f8359c2
2 changed files with 2 additions and 1 deletions

View File

@ -46,4 +46,4 @@ cloudstream {
)
iconUrl = "https://raw.githubusercontent.com/hexated/cloudstream-extensions-hexated/master/SoraStream/Icon.png"
}
}

View File

@ -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&region=US" to "Top Rated Movies",
"$tmdbAPI/tv/top_rated?api_key=$apiKey&region=US" to "Top Rated TV Shows",
"$tmdbAPI/movie/upcoming?api_key=$apiKey&region=US" to "Upcoming Movies",