aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Mangatown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Mangatown.cpp')
-rw-r--r--src/plugins/Mangatown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Mangatown.cpp b/src/plugins/Mangatown.cpp
index 1954854..8dcf8d3 100644
--- a/src/plugins/Mangatown.cpp
+++ b/src/plugins/Mangatown.cpp
@@ -160,7 +160,7 @@ namespace QuickMedia {
std::string image_src;
std::string website_data;
std::string full_url = chapter_url + std::to_string(page_index++) + ".html";
- if(download_to_string(full_url, website_data, {}, use_tor, true) != DownloadResult::OK)
+ if(download_to_string_cache(full_url, website_data, {}, use_tor, true) != DownloadResult::OK)
break;
QuickMediaHtmlSearch html_search;