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

This commit is contained in:
Mike Fährmann
2022-10-11 19:01:26 +02:00
parent f1f89b2436
commit b6a68f5a4b

View File

@@ -284,11 +284,14 @@ class FanboxPostExtractor(FanboxExtractor):
# 'content' metadata (#3020)
("https://www.fanbox.cc/@official-en/posts/4326303", {
"keyword": {
"content": r"re:^Greetings from FANBOX.\n \n"
r"As of Monday, September 5th, 2022, we are happy "
r"to announce the start of the FANBOX hashtag "
r"event #MySetupTour ! \nAbout the event\n"
r"To join this event ...",
"content": r"re:(?s)^Greetings from FANBOX.\n \nAs of Monday, "
r"September 5th, 2022, we are happy to announce "
r"the start of the FANBOX hashtag event "
r"#MySetupTour ! \nAbout the event\nTo join this "
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.$",
},
}),
)