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:
@ -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())}/"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user