Skip to content

Commit

Permalink
Update Invidious URL (#18)
Browse files Browse the repository at this point in the history
* Update Invidious URL

* Bump
  • Loading branch information
Luna712 authored Sep 4, 2024
1 parent 405913d commit 03c032f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InvidiousProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 5
version = 6

cloudstream {
// All of these properties are optional, you can safely remove them
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import java.net.URLEncoder

class InvidiousProvider : MainAPI() { // all providers must be an instance of MainAPI
override var mainUrl = "https://inv.tux.pizza"
override var mainUrl = "https://iv.ggtyler.dev"
override var name = "Invidious" // name of provider
override val supportedTypes = setOf(TvType.Others)

Expand Down

0 comments on commit 03c032f

Please sign in to comment.