[facebook] add fallback to 'biography' extraction (#8233)

This commit is contained in:
Mike Fährmann
2025-09-20 22:28:19 +02:00
parent 8796ad02ba
commit b79d35e5f2
2 changed files with 16 additions and 2 deletions

View File

@@ -385,4 +385,14 @@ __tests__ = (
],
},
{
"#url" : "https://www.facebook.com/Forgetmen0w/info",
"#comment" : "'biography' fallback (#8233)",
"#class" : facebook.FacebookInfoExtractor,
"#auth" : True,
"#metadata": "post",
"biography": "G ❤️",
},
)