OlegYurchik / pyInstagram

This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
MIT License
232 stars 49 forks source link

Не определяется переменная video_url #20

Closed Endless-Lemniscate closed 5 years ago

Endless-Lemniscate commented 5 years ago

Очень крутая библиотека, спасибо.

OlegYurchik commented 5 years ago

Здравствуйте! Вот пример кода, как получить url видео

from instaparser.agents import Agent
from instaparser.entities import Media

agent = Agent()
media = Media("BrzWsiKlms9")
agent.update(media)
print(media.video_url)