Pretty easy to find a way..
First you'll need
flashgot(or equivalent, but i prefer flashgot(
Only for Firefox and Thunderbird so look if you use something else)
Go on the video page, right-click then you'll see "Flashgot media" click on it and it will start a download(If more than one just select the MP4).
At this point you have two choice;
Download the video > That's it, you're done.
Stream the video > See next.
For streaming i've found a pretty easy way.
First you'll need to start the download and cancel it.
Right-click the file and chose "Copy the original download link"(May be spelled differently i'm french so maybe not exactly the same)
After that you'll have a link like "https://st7.fileurl.link/file/XXXXXXXXXXXXXX/" or something like that in your clipboard(Paste in search box to be sure you have it.)
Go to this page;
http://www.w3schools.com/html/tryit....tml5_video_all
Erase everything in the left box and paste;
Code:
<video controls>
<source src="YOURLINKHERE" type="video/mp4">
</video>
Then just change "
YOURLINKHERE" by the link that you have copy 1min ago.
IF YOU CAN'T SEE FULLSCREEN BUTTON
: Right-click the video and click fullscreen.(Just in case, don't want to have crying guys)
SORRY FOR MY ENGLISH IM FRENCH SO MAY BE WRITTING FREAKING BADLY.