Skip to content

Commit

Permalink
Return accessibility captions in get media functions [subzeroid#529] …
Browse files Browse the repository at this point in the history
…Done
  • Loading branch information
adw0rd committed Jan 14, 2022
1 parent 2900e17 commit b7c2dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions instagrapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class Media(BaseModel):
like_count: int
has_liked: Optional[bool]
caption_text: str
accessibility_caption: Optional[str]
usertags: List[Usertag]
video_url: Optional[HttpUrl] # for Video and IGTV
view_count: Optional[int] = 0 # for Video and IGTV
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests<3.0,>=2.25.1
requests==2.26.0
PySocks==1.7.1
pydantic==1.9.0
moviepy==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name='instagrapi',
version='1.16.11',
version='1.16.12',
author='Mikhail Andreev',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit b7c2dc5

Please sign in to comment.