mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed Crunchyroll
This commit is contained in:
parent
87214e78b4
commit
7192574077
1 changed files with 1 additions and 1 deletions
|
@ -1691,7 +1691,7 @@ object SoraExtractor : SoraStream() {
|
||||||
"Crunchyroll [${it.second ?: ""}]",
|
"Crunchyroll [${it.second ?: ""}]",
|
||||||
source.url ?: return@source null,
|
source.url ?: return@source null,
|
||||||
"https://static.crunchyroll.com/",
|
"https://static.crunchyroll.com/",
|
||||||
getQualityFromName(source.quality),
|
source.quality?.removeSuffix("p")?.toIntOrNull() ?: return@source null,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue