Skip to content

Commit

Permalink
Fix(pt/pobreflix): Update baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Jul 27, 2024
1 parent 9978eb4 commit 848ce2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pt/pobreflix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Pobreflix'
extClass = '.Pobreflix'
themePkg = 'dooplay'
baseUrl = 'https://pobreflix1.art'
overrideVersionCode = 9
baseUrl = 'https://pobreflix4.art'
overrideVersionCode = 10
isNsfw = true
}

Expand All @@ -14,5 +14,5 @@ dependencies {
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:streamtape-extractor"))
implementation(project(":lib:playlist-utils"))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation libs.jsunpacker
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import okhttp3.Response
class Pobreflix : DooPlay(
"pt-BR",
"Pobreflix",
"https://pobreflix1.art",
"https://pobreflix4.art",
) {
// ============================== Popular ===============================
override fun popularAnimeSelector() = "div.featured div.poster"
Expand Down

0 comments on commit 848ce2a

Please sign in to comment.