twitter-scraper
twitter-scraper copied to clipboard
How to scrape videos?
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?
I want to know, too. Anybody can help me?
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.