Facebook Video Audio Download

FREEMIUM
By hyoga | Updated vor einem Monat | Tools
Popularity

9.4 / 10

Latency

6,141ms

Service Level

100%

Health Check

100%

Back to All Discussions

fb.watch

Rapid account: Pzgureanu
pzgureanu
vor 3 Monaten

Looks like the fb.watch links are not working.

https://fb.watch/qCDRlgI9ps/
https://fb.watch/qCDRlgI9ps/

{“error”:true,“error_message”:“Invalid vide link.”}

Rapid account: Pzgureanu
pzgureanu Commented vor 2 Monaten

Both videos are accessible on incognito mode, so these links doesn’t need a profile for access.

Rapid account: Hyoga
hyoga Commented vor 2 Monaten

It requires login so it doesnt work.

Short link: https://fb.watch/qCDRlgI9ps/
Direct link: https://www.facebook.com/Nargesbahartc/videos/1115878662939692/

If you can somehow get the direct link of the short link, it will work.

Opening the short link in browser will give you the direct link.

If you’re using Python, you can do this:

import requests
short_url = "https://fb.watch/qCDRlgI9ps/"
response = requests.head(short_url, allow_redirects=True)
direct_link = response.url
print(direct_link)

Join in the discussion - add comment below:

Login / Signup to post new comments