Fix download of saved posts

(was broken with commit 83b31175df, due to
a slight modification of Instaloader.get_profile_metadata)
This commit is contained in:
Alexander Graf
2018-03-14 08:41:48 +01:00
parent 83b31175df
commit 14e9cf435e
2 changed files with 7 additions and 8 deletions

View File

@@ -37,7 +37,8 @@ certain source::
L.download_post(post, target='#cat')
Besides :func:`Instaloader.get_hashtag_posts`, there is
:func:`Instaloader.get_feed_posts` and :func:`Instaloader.get_profile_posts`.
:func:`Instaloader.get_feed_posts`, :func:`Instaloader.get_profile_posts` and
:func:`Instaloader.get_saved_posts`.
Also, :class:`Post` instances can be created with :func:`Post.from_shortcode`
and :func:`Post.from_mediaid`.