-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merlin Scans and Nox Scans updated #5879
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also lint failed
src/tr/merlinscans/src/eu/kanade/tachiyomi/extension/tr/merlinscans/MerlinScans.kt
Outdated
Show resolved
Hide resolved
private const val VERIFICATION_ERROR = "Bölümü görüntülemek için WebView'de doğrulama yapmanız gerekiyor" | ||
private const val ROBOT_VERIFICATION_ERROR = "Robot doğrulaması gerekiyor. WebView'de doğrulama yapın" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inline these
src/tr/noxscans/src/eu/kanade/tachiyomi/extension/tr/noxscans/NoxScans.kt
Outdated
Show resolved
Hide resolved
src/tr/noxscans/src/eu/kanade/tachiyomi/extension/tr/noxscans/NoxScans.kt
Outdated
Show resolved
Hide resolved
val responseBody = response.body.string() | ||
val document = Jsoup.parse(responseBody) | ||
checkVerification(document, response.request.url.toString()) | ||
|
||
val newResponse = response.newBuilder() | ||
.body(responseBody.toResponseBody(response.body.contentType())) | ||
.build() | ||
|
||
return super.mangaDetailsParse(newResponse) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above here
…scans/MerlinScans.kt Co-authored-by: AwkwardPeak7 <[email protected]>
…NoxScans.kt Co-authored-by: AwkwardPeak7 <[email protected]>
…NoxScans.kt Co-authored-by: AwkwardPeak7 <[email protected]>
Closes#4917
Closes#5175
Checklist:
extVersionCode
value inbuild.gradle
for individual extensionsoverrideVersionCode
orbaseVersionCode
as needed for all multisrc extensionsisNsfw = true
flag inbuild.gradle
when appropriateid
if a source's name or language were changedweb_hi_res_512.png
when adding a new extension