forked from markus/S_New4
remove debug info
This commit is contained in:
parent
6618c5c558
commit
0342d9db01
@ -1798,8 +1798,6 @@ int ProgramManager::convertLink(PAGE page, std::string redirectLink, AccountMana
|
|||||||
for (int i = 1; i <= 3; ++i) {
|
for (int i = 1; i <= 3; ++i) {
|
||||||
auto rEply = pageManager.getUrlAfterRedirect("https://" + page.url + redirectLink, settings->cookieFilePath + "_" + page.name_id);
|
auto rEply = pageManager.getUrlAfterRedirect("https://" + page.url + redirectLink, settings->cookieFilePath + "_" + page.name_id);
|
||||||
std::string newUrl = rEply.url;
|
std::string newUrl = rEply.url;
|
||||||
std::cout << "URL NACH UMWANDLUNG:" << newUrl << "\n\n" << rEply.html << std::endl;
|
|
||||||
|
|
||||||
|
|
||||||
//wenn function fehl schlug beende das Programm
|
//wenn function fehl schlug beende das Programm
|
||||||
if (newUrl == "-1") {
|
if (newUrl == "-1") {
|
||||||
|
Loading…
Reference in New Issue
Block a user