bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.91k stars 599 forks source link

How to scrape videos? #153

Open JM1994D opened 4 years ago

JM1994D commented 4 years ago

For photos, it gives me the exact url.jpg needed to scrape the image, but for videos I just get a dictionary that has a key id with a value of some hash. It isn't the same as the video url address so i'm not sure how the hash correlates.

How do I scrape videos?

ZouTaooo commented 4 years ago

I want to know, too. Anybody can help me?

ozanbayram commented 4 years ago

Hi, tweets doesn't have a special video url. Tweet url and tweet's video url are the same. You can use tweet['tweetUrl'] for tweet's video url.