Skip to content

Commit

Permalink
AlgodaoDoce: Fix status (#7222)
Browse files Browse the repository at this point in the history
fix: status
  • Loading branch information
Hellkaros authored Jan 20, 2025
1 parent 6d02d56 commit 12d3d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pt/algodaodoce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.AlgodaoDoce'
themePkg = 'madara'
baseUrl = 'https://xn--algododoce-j5a.com'
overrideVersionCode = 1
overrideVersionCode = 2
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ class AlgodaoDoce : Madara(
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Estado) > div.summary-content"
}

0 comments on commit 12d3d35

Please sign in to comment.