You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally, iterating over the medias on a profile was enough to extract some metadata, but not all of it relevant to a specific post (things like top comments per post, etc. needed to be extracted on a per-post basis). However, since the implementation of the scraper changed a lot (I switched from HTML scraping to GraphQL query hijacking) so it's possible that 1. I never implemented that back or 2. it is not needed / not possible to do anymore.
I'm diffing output from
-D
with and without-e
and seeing no difference.When I search the code (latest version) I see
extended_dump
get set by args then never used.Am I blind or is this just not yet implemented?
The text was updated successfully, but these errors were encountered: