
* Create ShittyRedirectionInterceptor.kt * Add redirection interceptor * Update version code * Don't be lazy * Avoid NullPointerExceptions when searching for MWCookie * Update MangaWorld.kt with new name for interceptor * Rename class and store regex somewhere else * Check for content-type instead of header and return res correctly * Use .contains to not fail on longer types * Revert "vary" method to check for the JS challenge The "text/html" method breaks way too easily, the response.headers["vary"] just works fine.
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 3
|