AllAnime: Fix gogo, streamlare, add parallel map for external hosts and update streamsb (again) (#1291)

* Fix gogo stuff

* Update streamsb (again), make external hosts parallel, update streamlare extractor
This commit is contained in:
Secozzi
2023-02-19 19:56:44 +01:00
committed by GitHub
parent e6a07278a5
commit cf2153fcd3
5 changed files with 159 additions and 71 deletions

View File

@ -33,9 +33,9 @@ class StreamSBExtractor(private val client: OkHttpClient) {
.substringBefore(".html")
return if (common) {
val hexBytes = bytesToHex(id.toByteArray())
"$sbUrl/sources50/625a364258615242766475327c7c${hexBytes}7c7c4761574550654f7461566d347c7c73747265616d7362"
"$sbUrl/sources51/625a364258615242766475327c7c${hexBytes}7c7c4761574550654f7461566d347c7c73747265616d7362"
} else {
"$sbUrl/sources50/${bytesToHex("||$id||||streamsb".toByteArray())}/"
"$sbUrl/sources51/${bytesToHex("||$id||||streamsb".toByteArray())}/"
}
}