I'm searching for a method how to programmatically download all photos from any Facebook profile. (I don't mean thumbnails, but the whole photos).
I want to somehow use wget
to get the code of the page, get child a
elements of all div
with class="rq0escxv rj1gh0hx buofh1pr ni8dbmo4 stjgntxs l9j0dhe7"
, follow the link and download the image from that link.
But how do I get the website code with all of the pictures loaded?
I would like to get the command or some code (not in python) to get the code to for example profile.html
.
Thanks!!