Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 1, 2024
1 parent aada4b4 commit bbe17aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoraStream/src/main/kotlin/com/hexated/Extractors.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.lagradost.cloudstream3.apmap
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.base64Decode
import com.lagradost.cloudstream3.extractors.Jeniusplay
import com.lagradost.cloudstream3.extractors.Pixeldrain
import com.lagradost.cloudstream3.extractors.PixelDrain
import com.lagradost.cloudstream3.extractors.Vidplay
import com.lagradost.cloudstream3.utils.*
import java.math.BigInteger
Expand Down Expand Up @@ -364,7 +364,7 @@ class FilelionsTo : Filesim() {
override var mainUrl = "https://filelions.to"
}

class Pixeldra : Pixeldrain() {
class Pixeldra : PixelDrain() {
override val mainUrl = "https://pixeldra.in"
}

Expand Down

0 comments on commit bbe17aa

Please sign in to comment.