forked from markus/S_New4
v.4.2.0: chanche update Ulr => everyone have to update his programe one time self
This commit is contained in:
parent
ad31ebfe5b
commit
83f19cf751
@ -1,7 +1,5 @@
|
|||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Logger::Logger(std::string logFilePath)
|
Logger::Logger(std::string logFilePath)
|
||||||
: filePath(logFilePath)
|
: filePath(logFilePath)
|
||||||
{
|
{
|
||||||
|
@ -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%";
|
||||||
|
1602
src/programManager (conflicted copy 2020-06-05 152719).cpp
Normal file
1602
src/programManager (conflicted copy 2020-06-05 152719).cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user