aboutsummaryrefslogtreecommitdiff
path: root/plugins/mangakatana.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mangakatana.py')
-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)