mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Update url for login check
This commit is contained in:
parent
1f7d559bfa
commit
8f55f3aa7a
@ -545,7 +545,7 @@ bool Website::IsLoggedIn()
|
|||||||
bool Website::IsLoggedInComplex(const std::string& email)
|
bool Website::IsLoggedInComplex(const std::string& email)
|
||||||
{
|
{
|
||||||
bool bIsLoggedIn = false;
|
bool bIsLoggedIn = false;
|
||||||
std::string html = this->getResponse("https://www.gog.com/account/settings/personal");
|
std::string html = this->getResponse("https://www.gog.com/account/settings/security");
|
||||||
std::string email_lowercase = boost::algorithm::to_lower_copy(email); // boost::algorithm::to_lower does in-place modification but "email" is read-only so we need to make a copy of it
|
std::string email_lowercase = boost::algorithm::to_lower_copy(email); // boost::algorithm::to_lower does in-place modification but "email" is read-only so we need to make a copy of it
|
||||||
|
|
||||||
htmlcxx::HTML::ParserDom parser;
|
htmlcxx::HTML::ParserDom parser;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user