mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
added Tv247.us (#8)
* added Tv247.us * update Kisskh home * updated Kisskh version * fixes
This commit is contained in:
parent
842a73f6d1
commit
7db84a1392
6 changed files with 156 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
@ -7,7 +7,7 @@ cloudstream {
|
|||
// All of these properties are optional, you can safely remove them
|
||||
|
||||
// description = "Lorem Ipsum"
|
||||
// authors = listOf("Cloudburst")
|
||||
authors = listOf("Hexated")
|
||||
|
||||
/**
|
||||
* Status int as the following:
|
||||
|
|
|
@ -28,6 +28,8 @@ class KisskhProvider : MainAPI() {
|
|||
"&type=1&sub=0&country=2&status=0&order=2" to "TVSeries Last Update",
|
||||
"&type=3&sub=0&country=0&status=0&order=1" to "Anime Popular",
|
||||
"&type=3&sub=0&country=0&status=0&order=2" to "Anime Last Update",
|
||||
"&type=4&sub=0&country=0&status=0&order=1" to "Hollywood Popular",
|
||||
"&type=4&sub=0&country=0&status=0&order=2" to "Hollywood Last Update",
|
||||
)
|
||||
|
||||
override suspend fun getMainPage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue