Skip to content

Commit

Permalink
Merge branch 'master' into merge-keiyoushi
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Sep 27, 2024
2 parents da9aeb1 + 1b0487c commit 34ba100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/all/misskon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ext {
kmkVersionCode = 5
extName = 'MissKon (MrCong)'
extClass = '.MissKon'
extVersionCode = 5
extVersionCode = 1
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class MissKon : ConfigurableSource, HttpSource() {
"Password: $password\n" +
downloadLinks
genre = document.parseTags()
thumbnail_url = document.selectFirst("div#fukie2.entry p img")?.attr("src")
}
}

Expand Down

0 comments on commit 34ba100

Please sign in to comment.