How do you upload embedded Twitter videos? - Tech boomer needs help

you might be able to use clipgrab, which uses youtube-dl as an extension. i like it
 
This is really autistic, but you can open page inspector and get the link for the twitter video that way. The inspector will let you see the HTML for the twitter webpage. There is a button to get the Element Select tool that when activated will let you click on the video on the page to take you to the element in the inspector. In the inspector it should look like this.
HTML:
<video src="https://where.twitter.com/puts/its/videos/"></video>
With the link you can then download it. If you visit the link and it starts playing, then you can right-click and 'save video as'.
 
I see videos from Twitter uploaded directly on posts?

How do you do that?

1.
Screenshot from 2021-04-16 04-32-30.png


2.
Screenshot from 2021-04-16 04-32-45.png


You're welcome. 👌
 
Back