-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
issue with Facebook group posts: if a post contains two videos, you can download just the first one #19131
Comments
Please provide the required username and password, otherwise it is impossible |
Edit: deleted credentials because it didn't work The name of the group is "Pokus group". |
@hpta
You are right, I cannot login even with the given username and
password. Maybe there's geo restriction. I think you'll have to wait for
others to help.
hpta <[email protected]> writes:
… Alright, I created a Facebook account and short videos for testing.
try
youtube-dl.exe https://www.facebook.com/100033620354545/videos/106559927141352/
--username ***@***.***" --password "SuperSecretPassword123"
youtube-dl.exe https://www.facebook.com/100033620354545/videos/106560053808006/
--username ***@***.***" --password "SuperSecretPassword123"
The name of the group is "Pokus group".
First video shows a mouse, the second shows a mug (but you can download just the mouse
video)
You can use these credentials to log into Facebook to check this, however Facebook security
might be a hassle (suspicious activity based on geographical location or something, I don't
know)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
You really shouldn't use someone else's Fb acc even if you could login to it cuz Fb has systems in place which will detect an anomaly in the login habits (geo change from country to another, geo change within the country over a long distance, even mere failed attempts to login), which either immediately or later results in the acc getting flagged for security check. If/when Fb has gotten wise, you won't even get outta the check without a consequence or even a ban. Same for some other sites. In short, don't try it. |
Try it with your facebook account, it should work - I've made the test group public and facebook seems to require just any login for this, so just fill in your credentials. |
Not sure if it helps but with chrome developer tools I've found that when I'm on the page with the post the div containing these two videos looks like this:
Search for "href" and you'll get the video urls. In xml viewer this div looks weird - like it isn't properly enclosed. And even with the second video in the foreground you'll get this kind of div with two links. So maybe youtube-dl always matches just the first link when doing its pattern matching (or something like that, I have no idea how it works) |
@rautamiekka
Thanks for the advice, but I do all my youtube-dl testings through tor,
so I should be fine. Also, other tor users can login using the onion
link, so my youtube-dl testings shouldn't cause trouble to them.
Jouni Järvinen <[email protected]> writes:
… You really shouldn't use someone else's Fb acc even if you could login to it cuz Fb has
systems in place which will detect an anomaly in the login habits (geo change from country
to another, geo change within the country over a long distance, even mere failed attempts
to login), which either immediately or later results in the acc getting flagged for security
check. If/when Fb has gotten wise, you won't even get outta the check without a
consequence or even a ban.
Same for some other sites. In short, don't try it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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?
When a group post contains 2 videos you cannot download the second one.
steps to reproduce:
create a facebook group
in the group, start writing a post and upload two videos into it (drag and drop)
confirm
try
youtube-dl -v first_video_url --username "your_email" --password "your_password" -works ok
youtube-dl -v second_video_url --username "your_email" --password "your_password" -it downloads the first video
Description of your issue, suggested solution and other information
The text was updated successfully, but these errors were encountered: