From 6c4da393726d88384b391807826361b079e5f6f0 Mon Sep 17 00:00:00 2001 From: Thomas <71355143+thomas694@users.noreply.github.com> Date: Wed, 17 Feb 2021 16:07:18 +0100 Subject: [PATCH] Update the query_hash for post downloads (#1026) - It's necessary because for the old query_hash IG isn't returning the full structure any more. - So the old query_hash is replaced with the current one. --- instaloader/structures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instaloader/structures.py b/instaloader/structures.py index 045d636..9b448ce 100644 --- a/instaloader/structures.py +++ b/instaloader/structures.py @@ -835,7 +835,7 @@ class Profile: self._obtain_metadata() return NodeIterator( self._context, - '472f257a40c653c64c666ce877d59d2b', + '003056d32c2554def87228bc3fd9668a', lambda d: d['data']['user']['edge_owner_to_timeline_media'], lambda n: Post(self._context, n, self), {'id': self.userid},