Closed ashirali44 closed 1 year ago
Debug the call to get the profile and find the HD photo there. For example like this:
user = cl.user_info_by_username(username).dict()
print(cl.last_json)
You can send me your improvements in the form of a PR, thanks!
It still gives the url which is not full HD I am using the above method and have fetched the json. Using this one, as its giving 320x320 which is not HD.
@ashirali4 I'm waiting for your decision and PR
Try using a device with a higher screen resolution, this will most likely help
I have tried this @adw0rd It seems the device changes reflect in the dump.json file and in the Login notification as well, But I am getting the same 320x320 still with the upper device I have tried two or more devices as well MI 9S and Samsung one.
Hi @adw0rd do I need to add this in improvements form if the changing device not working?
@ashirali4 yes, fix it and send your PR. Thanks!
@adw0rd sent, please review and lemme know.
I am trying to fetch the HD profile picture of the user by using the following function:
user = cl.user_info_by_username(username).dict()
and I am getting this link: https://shorturl.at/ikosG But here is the problem this is not the real HD Version here I am trying some other API which is giving me the HD Version here is the URL from that API: https://shorturl.at/vyKMN
Can we get HD profile picture through instagrapi as well? @adw0rd please let me know if we are fetching the best hd version thanks in advance 👍