-
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 |
Beta Was this translation helpful? Give feedback.
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) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MarshalX
-
Thanks very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, in
data_filter.py
line no 22 you can add this one: