Instagram:Video.object_from_dictionary(version_info) 错误

Instagram: Video.object_from_dictionary(version_info) error

我对 python-库 (https://github.com/facebookarchive/python-instagram)

有疑问
    user_id = 'MY_USER_ID'
    access_token = 'MY_ACCESS_TOKEN'
    api = InstagramAPI(access_token=access_token)
    instagram_media, next_ = api.tag_recent_media(count=6, tag_name='MY_TAG')

我在线上收到一个错误 (instagram/models.py)

new_media.videos[version] = Video.object_from_dictionary(version_info)

错误是:__init__() got an unexpected keyword argument 'id'

提示:如果所有媒体都是 images(而不是 video),库将完美运行。

在此先感谢您的帮助。

这是在 Instagram 中执行的最后一次未记录的更改 API。
看看那些解决了这个问题的叉子。
我保持这个叉子是最新的:https://github.com/MabrianOfficial/python-instagram