aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-13 16:26:09 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-13 16:26:09 +0200
commitf06b60a9f8beb0d79a6d427b49e4634fe77f45db (patch)
tree82f287b8806f40c262fc416ca5dead6ab39a1a7a /src
parent66bcacf7cd9cbc4bcecceeaf2b7c736cc1da85ed (diff)
Use mangadex quick_search instead of search
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Mangadex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Mangadex.cpp b/src/plugins/Mangadex.cpp
index 78c8ec9..853f501 100644
--- a/src/plugins/Mangadex.cpp
+++ b/src/plugins/Mangadex.cpp
@@ -172,7 +172,7 @@ namespace QuickMedia {
if(!get_rememberme_token(rememberme_token))
return SuggestionResult::ERR;
- std::string url = "https://mangadex.org/search?title=";
+ std::string url = "https://mangadex.org/quick_search/";
url += url_param_encode(text);
CommandArg cookie_arg = { "-H", "cookie: mangadex_rememberme_token=" + rememberme_token };