Skip to content

Commit 6dabce4

Browse files
committed
Vidsrc is Dead and Minor Fix for hubcloud
1 parent 90091eb commit 6dabce4

File tree

1 file changed

+1
-1
lines changed
  • library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors

1 file changed

+1
-1
lines changed

library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/HubCloud.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import java.net.URI
1313

1414
class HubCloud : ExtractorApi() {
1515
override val name = "Hub-Cloud"
16-
override val mainUrl = "https://hubcloud.ink"
16+
override val mainUrl = "https://hubcloud.*"
1717
override val requiresReferer = false
1818

1919
override suspend fun getUrl(

0 commit comments

Comments
 (0)