Do I want to get the path of a flv file in the code of a page?

147 Views Asked by At

I want to get the path of a video that is compressed in flv. and to download it. Is this possible ?

Here is my video:

url: http://weddingbridemovie.com/

3

There are 3 best solutions below

0
On BEST ANSWER

The link you're looking for is: http://weddingbridemovie.com/weddingBride.flv

You can use DevTools if you use chrome in the future to find the content you're looking for. Just switch to the network tab and refresh the page.

1
On

If you're using chrome, you can open up the dev tools window (F12) switch to the network tab. Refresh the page and you should see the specific file you are looking for. You can open it in a new tab (by right clicking) and download/save it then.

enter image description here

0
On

You can add the chrome extension called 'Video Downloader professional' that is found in chrome web store. It detects flash videos on any webpage that has flash on it and enables you to download nearly any flash videos such as mp4, flv, etc.