Facebook Video Audio Download

FREEMIUM
Por hyoga | Atualizado 2 months ago | Tools
Popularidade

9.4 / 10

Latência

6,396ms

Nível de serviço

100%

Health Check

100%

Voltar para todas as discussões

fb.watch

Rapid account: Pzgureanu
pzgureanu
3 months ago

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 3 months ago

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

Rapid account: Hyoga
hyoga Commented 3 months ago

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)

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários