mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
added Kickassanime
This commit is contained in:
parent
dbfff2f329
commit
1a3cedc0f9
6 changed files with 674 additions and 2 deletions
|
@ -1858,8 +1858,9 @@ object SoraExtractor : SoraStream() {
|
|||
} else {
|
||||
"$rStreamAPI/Shows/$id/$season/$episode.mp4"
|
||||
}
|
||||
val referer = "https://remotestre.am/"
|
||||
|
||||
if (!app.get(url).isSuccessful) return
|
||||
if (!app.get(url, referer = referer).isSuccessful) return
|
||||
|
||||
delay(4000)
|
||||
callback.invoke(
|
||||
|
@ -1867,7 +1868,7 @@ object SoraExtractor : SoraStream() {
|
|||
"RStream",
|
||||
"RStream",
|
||||
url,
|
||||
"https://remotestre.am/",
|
||||
referer,
|
||||
Qualities.P720.value
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue