pystagram:用于下载Instagram视频的Python 3模块 源码
幽影 用于下载Instagram视频的API。 可以处理单个视频和边缘媒体视频。 安装 git clone https://github.com/ch3njust1n/pystagram.git && cd pystagram python setup.py build sudo python setup.py install 例子 from pystagram import Instagram link = 'www.instagram.com/p/B8B9dYtgvDk/' name = 'video' gram = Instagram(link) gram.download(dst='
下载地址
用户评论