There was 1 / too many.

This commit is contained in:
tastytea 2019-05-16 00:41:06 +02:00
parent f5e3e6af49
commit 1c336bba29
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ const string URL::archive()
const string answer = oss.str();
if (regex_search(answer, match, regex("Content-Location: (.+)\r\n")))
{
return "https://web.archive.org/" + match[1].str();
return "https://web.archive.org" + match[1].str();
}
}
catch (const std::exception &e)