[fanbox] extend 'content' test result (#3020)

pull/3075/head
Mike Fährmann 2 years ago
parent f1f89b2436
commit b6a68f5a4b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -284,11 +284,14 @@ class FanboxPostExtractor(FanboxExtractor):
# 'content' metadata (#3020) # 'content' metadata (#3020)
("https://www.fanbox.cc/@official-en/posts/4326303", { ("https://www.fanbox.cc/@official-en/posts/4326303", {
"keyword": { "keyword": {
"content": r"re:^Greetings from FANBOX.\n \n" "content": r"re:(?s)^Greetings from FANBOX.\n \nAs of Monday, "
r"As of Monday, September 5th, 2022, we are happy " r"September 5th, 2022, we are happy to announce "
r"to announce the start of the FANBOX hashtag " r"the start of the FANBOX hashtag event "
r"event #MySetupTour ! \nAbout the event\n" r"#MySetupTour ! \nAbout the event\nTo join this "
r"To join this event ...", r"event .+ \nPlease check this page for further "
r"details regarding the Privacy & Terms.\n"
r"https://fanbox.pixiv.help/.+/10184952456601\n\n\n"
r"Thank you for your continued support of FANBOX.$",
}, },
}), }),
) )

Loading…
Cancel
Save