mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
added a mirror to streamsb (#439)
This commit is contained in:
parent
4f9016713f
commit
94e7eb8e9d
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ class StreamSB11 : StreamSB() {
|
|||
override var mainUrl = "https://sbbrisk.com"
|
||||
}
|
||||
|
||||
class Sblongvu : StreamSB() {
|
||||
override var mainUrl = "https://sblongvu.com"
|
||||
}
|
||||
|
||||
// This is a modified version of https://github.com/jmir1/aniyomi-extensions/blob/master/src/en/genoanime/src/eu/kanade/tachiyomi/animeextension/en/genoanime/extractors/StreamSBExtractor.kt
|
||||
// The following code is under the Apache License 2.0 https://github.com/jmir1/aniyomi-extensions/blob/master/LICENSE
|
||||
open class StreamSB : ExtractorApi() {
|
||||
|
|
Loading…
Reference in a new issue