From 8d921bf0faf884bdcc9eb11370ce5597e63ce58e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 20 Aug 2022 14:46:25 +0200 Subject: Mangakatana: fix pages after javascript update --- plugins/mangakatana.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3