improve parameter extraction when solving Cloudflare challenge
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2015-2019 Mike Fährmann
|
||||
# Copyright 2015-2020 Mike Fährmann
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
@@ -126,7 +126,7 @@ class KissmangaChapterExtractor(KissmangaBase, ChapterExtractor):
|
||||
(aes.aes_cbc_decrypt_text(
|
||||
data, key, iv).partition("&")[0], None)
|
||||
for data in text.extract_iter(
|
||||
page, 'lstImages.push(wrapKA("', '"'
|
||||
page, 'push(wrapKA("', '"'
|
||||
)
|
||||
]
|
||||
except UnicodeDecodeError:
|
||||
|
||||
Reference in New Issue
Block a user