fix: StreamSB sbplay3.com link missing, duplicate sbplay.one link (StreamSB9). (#777)

This commit is contained in:
Jace 2022-03-12 18:52:20 +08:00 committed by GitHub
parent 8bbb20557f
commit c1060592c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class StreamSB2 : StreamSB() {
}
class StreamSB3 : StreamSB() {
override val mainUrl = "https://sbplay.one"
override val mainUrl = "https://sbplay3.com"
}
class StreamSB4 : StreamSB() {