Update parsers

This commit is contained in:
Koitharu
2024-11-29 09:31:27 +02:00
parent e4df81495d
commit b5053b7820
4 changed files with 6 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ private fun Throwable.getDisplayMessageOrNull(resources: Resources): String? = w
)
is AuthRequiredException -> resources.getString(R.string.auth_required)
is CloudFlareProtectedException -> resources.getString(R.string.captcha_required)
is CloudFlareProtectedException -> resources.getString(R.string.captcha_required_message)
is CloudFlareBlockedException -> resources.getString(R.string.blocked_by_server_message)
is ActivityNotFoundException,
is UnsupportedOperationException,

View File

@@ -768,4 +768,5 @@
<string name="handle_links">Handle links</string>
<string name="handle_links_summary">Handle manga links from external applications (e.g. web browser). You may also need to enable it manually in the application\'s system settings</string>
<string name="email">Email</string>
<string name="captcha_required_message">This source requires solving a captcha to continue</string>
</resources>