-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When downloading the story file, the request.get request was used dir…
…ectly, which did not include the data specified by the user at the beginning of the work: headers, proxy & other data. Because of this, users from countries where Instagram is blocked could not use the method correctly. There was some confusion in the story_pk typing. Critical error due to video_url: HttpUrl and thumbnail_url: HttpUrl being passed directly to the urllib.parse.urlparse method, which does not support it.
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters