v.4.2.0: chanche update Ulr => everyone have to update his programe one time self

This commit is contained in:
Markus 2020-06-26 13:02:04 +02:00
parent ad31ebfe5b
commit 83f19cf751
4 changed files with 1606 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#include "logger.h" #include "logger.h"




Logger::Logger(std::string logFilePath) Logger::Logger(std::string logFilePath)
: filePath(logFilePath) : filePath(logFilePath)
{ {

View File

@ -25,7 +25,8 @@
#include <windows.h> #include <windows.h>
#endif #endif


#define UpdaterCloudUrlWithPath "https://cloud.obermui.de/s/H47Xoqy2czfJzYp/download?path=%2F&files=" #define UpdaterCloudUrlWithPath "https://cloud.obermui.de/s/tXz7SWdaPJ7TacZ/download?path=%2F&files="



enum Modus { enum Modus {
EXIT = -1, EXIT = -1,
@ -91,7 +92,7 @@ struct Settings {
proxy_ip = "127.0.0.1", proxy_ip = "127.0.0.1",
languages = "GerDub,GerSub,Eng,", languages = "GerDub,GerSub,Eng,",
genaueHoster = "", genaueHoster = "",
version = "4.1.3", version = "4.2.0",
defaultFileVersion="1.8", defaultFileVersion="1.8",
default_checkPath = "", default_checkPath = "",
default_Searchmuster = "S%Staffel%E%Folge%"; default_Searchmuster = "S%Staffel%E%Folge%";

File diff suppressed because it is too large Load Diff

View File

@ -549,6 +549,7 @@ int ProgramManager::defaultModus(Settings *settings)
} }
std::string allLinks = pageManager.getLinks(tmp_reply.html); std::string allLinks = pageManager.getLinks(tmp_reply.html);
if(settings->genaueHoster == "*," && settings->colorless) { if(settings->genaueHoster == "*," && settings->colorless) {
std::cout << settings->colorless << " == colorlessvar" << std::endl;
if(settings->debugMode) if(settings->debugMode)
std::cout << allLinks << std::endl; std::cout << allLinks << std::endl;
std::stringstream strstrem(allLinks); std::stringstream strstrem(allLinks);