Closed ardinusawan closed 1 year ago
in this function .photo_upload or .album_upload is any way to getting upload url from the return?
There is media.dict() and there is attributes thumbnail url and video url. I want it has feed url. Is it possible?
https://github.com/adw0rd/instagrapi/blob/master/instagrapi/types.py#L119
https://github.com/adw0rd/instagrapi/blob/master/instagrapi/types.py#L132
media = cl.photo_upload() media.feed_url
Or anyway to getting url from media_id or media_pk?
nope
I think you need media.code
media.code
Or send your PR with improvements
media.code is what I need, I just need to build url from it. Thanks for fast response!
Is your feature request related to a problem? Please describe.
in this function .photo_upload or .album_upload is any way to getting upload url from the return?
There is media.dict() and there is attributes thumbnail url and video url. I want it has feed url. Is it possible?
https://github.com/adw0rd/instagrapi/blob/master/instagrapi/types.py#L119
https://github.com/adw0rd/instagrapi/blob/master/instagrapi/types.py#L132
Describe the solution you'd like
media = cl.photo_upload() media.feed_url
Describe alternatives you've considered
Or anyway to getting url from media_id or media_pk?
Additional context
nope