Search code examples
javascripthtmlflvflvplayer

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


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/


Solution

  • 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.