Replies: 1 comment 2 replies
-
What post ID are you having this problem with? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am scrapping a page for its images and captions.
When capturing
post['images']
, images / video thumbnails in comments are also captured.Some post contains more than 1 image, so it is necessary to loop through
post['images']
.However, I need
'allow_extra_request'
to beTrue
, or I won't be able to scrape long text captions."comments": False
is already specified infor post in get_posts(targetpage, pages=20, options={"comments": False}):
Beta Was this translation helpful? Give feedback.
All reactions