Skip to content

Commit

Permalink
Get Reels Audio and Artists name [#513] Added clips_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
adw0rd committed Dec 28, 2021
1 parent 68a410c commit 21b783f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions instagrapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class Media(BaseModel):
video_duration: Optional[float] = 0.0 # for Video and IGTV
title: Optional[str] = ""
resources: List[Resource] = []
clips_metadata: dict = {}


class MediaOembed(BaseModel):
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.8',
version='1.16.9',
author='Mikhail Andreev',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 21b783f

Please sign in to comment.