-
-
Notifications
You must be signed in to change notification settings - Fork 975
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] AttributeError - 'InstagramGraphqlAPI' object has no attribute 'item' #5920
Comments
This is an error while reporting an error gallery-dl/gallery_dl/extractor/instagram.py Lines 993 to 996 in 279854c
and it only occurs for |
So Instagram extractor 100% requires login now? |
It should be possible to query the |
Yes, basically. |
Instagram Web still uses graphql, but at a glance they look drastically different than what gallery-dl is/was using? Like, I don't see any requests with Theoretically we can rewrite the GraphQL API interface; whether it's worth it or not is an entirely different story, of course. Should we leave this issue open for that, or just consider it |
Sorry for necroing again. This seems can be trivially fixed by changing first parameter to 12: gallery-dl/gallery_dl/extractor/instagram.py Lines 930 to 933 in 831f922
|
by reducing the number of requested posts from 50 to 24 #5920 (comment)
Thanks for the hint. 24 seems to work as well, at least for now. (ff4e53a)
I think we should open a new issue for figuring out how exactly this new GraphQL interface works. |
Maybe use |
Installation
pip install gallery-dl
in venv on macOS, python via homebrew. Same behavior with abrew install gallery-dl
installationLogs
Guessing this is another underlying python issue, but happens in a virtual environment
The text was updated successfully, but these errors were encountered: