regex-fix (GG/BO)

This commit is contained in:
tastytea 2018-02-18 18:43:35 +01:00
parent 4044e33c6c
commit 7943ea5b9a
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ std::vector<string> parse_website(const string &profile, const string &xml)
// Direkte Action closing
std::regex redaclosing("Der Beitrag .* erschien zuerst auf Direkte Aktion.");
// GG/BO closing
std::regex reggboclosing("Die von den einzelnen AutorInnen .* jeweiligen Text kenntlich gemacht ist.");
std::regex reggboclosing("Die von den einzelnen AutorInnen .*$");
str = std::regex_replace(str, relt, "<");
str = std::regex_replace(str, regt, ">");