[facebook] extract 'biography' metadata (#8233)

This commit is contained in:
Mike Fährmann
2025-09-17 21:07:49 +02:00
parent db208ca1bd
commit 312f921959
2 changed files with 17 additions and 0 deletions

View File

@@ -327,6 +327,20 @@ __tests__ = (
"url" : "https://www.facebook.com/media/set/?set=a.736550611850295&type=3",
},
{
"#url" : "https://www.facebook.com/instagram/info",
"#class" : facebook.FacebookInfoExtractor,
"#metadata": "post",
"id" : "100064469571787",
"name" : "Instagram",
"username" : "instagram",
"biography" : "Discover what's new on Instagram 🔎✨",
"url" : "https://www.facebook.com/instagram",
"set_id" : "",
"!user_pfbid" : r"re:pfbid\w{64}",
},
{
"#url" : "https://www.facebook.com/brando.cha.3/info",
"#class" : facebook.FacebookInfoExtractor,
@@ -335,6 +349,7 @@ __tests__ = (
"id" : "100046356937542",
"name" : "Throwaway Idk",
"username" : "brando.cha.3",
"biography" : "",
"url" : "https://www.facebook.com/brando.cha.3",
"alternate_name": "",
"profile_video" : None,