Last active
September 14, 2020 09:38
-
-
Save dinhnv/6026b4234a7f6e8d263adcfd4d7f2d59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# brew install ffmpeg | |
# brew install youtube-dl | |
# F12, copy cookies header which starts 'cookie:...' by copying as cURL of any request | |
youtube-dl https://www.facebook.com/{video url} --add-header 'cookie:...' -f bestvideo+bestaudio/best |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment