|
|
@ -27,10 +27,7 @@ object BookContent { |
|
|
|
nextChapterUrlF: String? = null |
|
|
|
nextChapterUrlF: String? = null |
|
|
|
): String { |
|
|
|
): String { |
|
|
|
body ?: throw Exception( |
|
|
|
body ?: throw Exception( |
|
|
|
App.INSTANCE.getString( |
|
|
|
App.INSTANCE.getString(R.string.error_get_web_content, baseUrl) |
|
|
|
R.string.error_get_web_content, |
|
|
|
|
|
|
|
baseUrl |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
) |
|
|
|
) |
|
|
|
Debug.log(bookSource.bookSourceUrl, "≡获取成功:${baseUrl}") |
|
|
|
Debug.log(bookSource.bookSourceUrl, "≡获取成功:${baseUrl}") |
|
|
|
val content = StringBuilder() |
|
|
|
val content = StringBuilder() |
|
|
|