diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-06 03:12:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-08-06 03:12:40 +0200 |
commit | 58481b46a2c64fda4f506e15ee94dd97f527d552 (patch) | |
tree | 337809ed5aadece3cc6a3746aa78a24b390472ca /plugins | |
parent | 7ce2139650012d4c571c7e7600924853ab7032bb (diff) |
Save and show progress in manga and return to last page"
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Plugin.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp index 2d6005e..6d5a986 100644 --- a/plugins/Plugin.hpp +++ b/plugins/Plugin.hpp @@ -38,6 +38,7 @@ namespace QuickMedia { }; DownloadResult download_to_string(const std::string &url, std::string &result, const std::vector<CommandArg> &additional_args = {}); + std::string strip(const std::string &str); class Plugin { public: |