|
Hi, sorry for the novice question but I’m struggling to work out how to access alt-text for embedded images in posts. How is this done, assuming there may be multiple images’ text to parse per post. Thanks |
Answered by
MarshalX
Feb 9, 2024
Replies: 2 comments
|
Hi, in if post_with_images:
for image in record.embed.images:
print('Alt:', image.alt) |
0 replies
Answer selected by
MarshalX
|
Thanks very much! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, in
data_filter.pyline no 22 you can add this one: