mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-28 10:46:07 -04:00
Handle og props with not content
This commit is contained in:
parent
78a16d395c
commit
a60169ea09
@ -252,6 +252,7 @@ class PreviewUrlResource(Resource):
|
|||||||
|
|
||||||
og = {}
|
og = {}
|
||||||
for tag in tree.xpath("//*/meta[starts-with(@property, 'og:')]"):
|
for tag in tree.xpath("//*/meta[starts-with(@property, 'og:')]"):
|
||||||
|
if 'content' in tag.attrib:
|
||||||
og[tag.attrib['property']] = tag.attrib['content']
|
og[tag.attrib['property']] = tag.attrib['content']
|
||||||
|
|
||||||
# TODO: grab article: meta tags too, e.g.:
|
# TODO: grab article: meta tags too, e.g.:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user