aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 };