aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-08-20 14:46:25 +0200
committerdec05eba <dec05eba@protonmail.com>2022-08-20 14:46:25 +0200
commit8d921bf0faf884bdcc9eb11370ce5597e63ce58e (patch)
tree2e1fab202b9eddf9c1564c41ec401afa48f274be
parentb1d22577f160b003e81cb45cf9d29ced19984fe0 (diff)
Mangakatana: fix pages after javascript update
-rwxr-xr-xplugins/mangakatana.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mangakatana.py b/plugins/mangakatana.py
index 4686715..5a4ec1c 100755
--- a/plugins/mangakatana.py
+++ b/plugins/mangakatana.py
@@ -82,7 +82,7 @@ def download_chapter(url, download_dir):
file.write(url)
response_text = response.text
- sources_start = response_text.find("ytaw=[")
+ sources_start = response_text.find("htnc=[")
if sources_start == -1:
print("Failed to find images for chapter")
os.remove(in_progress_filepath)