-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook ERROR: unable to download video data: HTTP Error 404: Not Found (On a specific video) #19161
Comments
@BigDru
Does the error persist? |
Yes. The error still persists. Even after updating to 2019.02.08. Interesting that for you the url resolves to a different target. I also noticed that you're using Python v 3.7.0. Probably doesn't have any effect though. |
@BigDru
BigDru <notifications@github.com> writes:
Yes. The error still persists. Even after updating to 2019.02.08.
I also tried it on a different computer and through a VPN linked to the US (originally was
downloading from Canada).
Could it be that it is also blocked in the US? For me, I always run
torsocks youtube-dl ...
instead of
youtube-dl ...
to bypass geo restriction using tor and torsocks.
However, the internet seems to suggest that torsocks is not available on
windows. In this case, I guess one should first set up a running tor
SOCKS5 proxy (https://www.deepdotweb.com/2014/05/23/use-tor-socks5-proxy/).
Then, follow this issue (#402)
and run
youtube-dl --proxy "socks5://localhost:9150" ...
to download.
I don't use windows though, so it may not work at all.
Interesting that for you the url resolves to a different target.
https://video-lht6-1.xx.fbcdn.net/v/t42.1790-2/
vs
https://scontent.fyto1-1.fna.fbcdn.net/v/t66.18014-6/
I didn't notice it! I think it is because
CDN (https://en.wikipedia.org/wiki/Content_delivery_network) will try to
fetch the content from the best location.
I also noticed that you're using Python v 3.7.0. Probably doesn't have any effect though.
I would be surprised if a 404 is caused by using an old python version,
but never say never in the world of backward compatibility ...
… —
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Accessing from Germany, I can confirm that the "best" format gives a 404, while most others (too lazy to test them all) seem to work. Here are the available formats:
Here's default (works):
And here's manual selection of "best" a.k.a. dash_hd_src (fails with 404):
(Sorry, I'm on a local branch working on FB changes, can't switch. That's why my target filename is different.) |
Server side problem, nothing to be done on youtube-dl side. |
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2019.01.30.1. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-v
flag to your command line you run youtube-dl with (youtube-dl -v <your command line>
), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Resolution of this specific facebook video URL turns up a 404 error. Another video I tried worked fine.
The text was updated successfully, but these errors were encountered: