1
  1. On this FB URL: https://www.facebook.com/watch/?v=1462397605169872
  2. There is a video posted in a comment that I want to download the source for:
    blob:https://www.facebook.com/7c50854b-0533-4f78-adde-58f634e25c32
    https://video-lax3-2.xx.fbcdn.net/o1/v/t2/f2/m366/AQMU0Ao7LC293XZsDBvu9s5ngryEpEFDpV5nnilYJv61Pb573R1hbdNWEoYgmOewdbY7A0GUPB6x6TgFuUUV8s17lRrVqwbm3WNS_to.mp4
    
  3. I know how to download videos with dedicated URLs.

Clarifications:

  1. In the developer network panel the mp4 files requested do not work if downloaded.
  2. In the developer network panel there are NO m3u8 files requested.
  3. In the developer network panel there are NO related media files requested.

How do I download the video posted in a comment on Facebook?

John
  • 2,316

1 Answers1

-1

Did you try using the Chrome Network Developer tool to find the video URL?

Open the comment and play the video using Chrome.

Open the developer tool by pressing F12 (on Windows) select the Network Tab.

Find the video URL using the Search menu and look for MP3 or MP4 elements.

Then choose the URL in the Header tab.

Copy the request URL to a new tab/window.

Try to download the video from the new tab/window.

Example of using Chrome Developer Network Tool

Journeyman Geek
  • 133,878