Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[instagram] Add support for user's saved medias #644

Merged
merged 3 commits into from
Mar 16, 2020
Merged

[instagram] Add support for user's saved medias #644

merged 3 commits into from
Mar 16, 2020

Commits on Mar 16, 2020

  1. [instagram] Gracefully handle possible 'HttpErrorPage' in _extract_pa…

    …ge()
    
    `HttpErrorPage' is returned in shared_data at least  when not authenticated or
    when trying to fetch other users saved medias
    (i.e. `instagram.com/<user>/saved/').
    
    Gracefully handle it by returning nothing.
    iamleot committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e1bf159 View commit details
    Browse the repository at this point in the history
  2. [instagram] Add support for user's saved medias

    (Please note that this need the user to be authenticated and they can
    only see their saved media (not other users ones).)
    
    Close #643.
    iamleot committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    3a07ea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a6473b View commit details
    Browse the repository at this point in the history