Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjohn committed Dec 11, 2023
1 parent 9fdc2cc commit e871756
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions SoraStream/src/main/kotlin/com/hexated/Extractors.kt
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,6 @@ class FilelionsTo : Filesim() {
override var mainUrl = "https://filelions.to"
}

class Hubcloud : VCloud() {
override val name = "Hubcloud"
override val mainUrl = "https://hubcloud.in"
}

class Pixeldra : Pixeldrain() {
override val mainUrl = "https://pixeldra.in"
}
Expand Down
1 change: 0 additions & 1 deletion SoraStream/src/main/kotlin/com/hexated/SoraStreamPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class SoraStreamPlugin: Plugin() {
registerExtractorAPI(Playm4u())
registerExtractorAPI(VCloud())
registerExtractorAPI(Pixeldra())
registerExtractorAPI(Hubcloud())
registerExtractorAPI(M4ufree())
registerExtractorAPI(Streamruby())
registerExtractorAPI(Streamwish())
Expand Down

0 comments on commit e871756

Please sign in to comment.