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},