How to get a direct link to a twitter video?

I dont know the Tecnical awnser but there is a service that you can tag @DownloaderBot under the Video and it sends you a link and on the link you can click view and there is the direct media link.

Edit: Now i did a bit of research. If you dont want to use an external service you can use the Chrome Debugger.

1.Go to the Tweet with the Video for example this again.

2.Rightclick anywhere on the page and hit Inspect

3.Go to the Network Tab and hit F5 to reload the Network traffic from this site.

4.On the debugger search function search for ".mp4?tag"

5.There should be only one result. Expand it and click it.

6.Copy the Code from the Response Tab.

7.In this code there is the direct link to the media in this case here

8.You can use https://beautifier.io/ to make the code you copied easier to read.