Closed sajjadsabzkar closed 9 months ago
Hi there ! i use this code to download all stories from user id
stories = cl.user_stories(user_id) for story in stories : cl.story_download_by_url(story.pk,folder='stories/')
and then this error acuired
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='scontent-dfw5-2.cdninstagram.com', port=443): Read timed out.
story_download_by_url required url, not pk
story_download_by_url
url
pk
https://adw0rd.github.io/instagrapi/usage-guide/story.html
Hi there ! i use this code to download all stories from user id
and then this error acuired