You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dionorgua Unfortunately the Facebook React UI makes it as hard as possible to extract the URL of all videos uploaded by an account. The way the extractor does it for photos is that it takes advantage of the fact that all of them are connected by a "set id" so that you can get all of them in a sequence. Videos don't really have a set id unless manually added to one. The only way to do it would be by using the API which would have its own caveats (setting up API keys requires personal information and a lot of patience).
Hi,
It would be cool to be able to download all videos from facebook page. Similar to what we have for 'photos'.
So
gallery-dl https://www.facebook.com/USERNAME
downloads all photosFor videos it's only possible to download single video by providing exact URL.
It would be cool to have something similar to photos. One of:
gallery-dl https://www.facebook.com/USERNAME
downloads both photos and videos (if not filtered)https://www.facebook.com/USERNAME/videos
downloads only videosThanks!
The text was updated successfully, but these errors were encountered: