
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Download Facebook Reels from the command line. Captures video and audio streams and merges them into high-quality MP4 files.
Download Facebook Reels from the command line. Captures video and audio streams and merges them into high-quality MP4 files.
Minareel uses Puppeteer to automate Chrome, intercepts network requests as the page loads, captures separate video and audio streams, then uses FFmpeg to merge them into a single MP4 file with H.264 video and AAC audio encoding.
Install globally to use anywhere with -g option:
npm install -g minareel
First time setup:
Download reels:
# Single URL
minareel https://www.facebook.com/reel/123456789
# Multiple URLs
minareel https://www.facebook.com/reel/123456 https://www.facebook.com/reel/789012
# From text file
minareel urls.txt
# Custom output directory
minareel -d ./my_videos urls.txt
# Mix URLs and files
minareel https://www.facebook.com/reel/123456 urls.txt -d ./downloads
urls.txt format
Create a text file with one URL per line:
https://www.facebook.com/reel/1186616509878303
https://www.facebook.com/reel/890470184596539
-d <directory> Specify output directory (default: ./downloads)
Files are saved as {reel_id}.mp4 in the specified output directory. Progress is displayed in the terminal as downloads complete.
Run npm root -g to find where minareel's source code is at so you can fine-tune these options:
THRESHOLD - Request count validation threshold (Expired or broken reels have lower requests so this threshold differentiates broken and valid reels)CONCURRENCY - Number of parallel downloadsOUTPUT_DIR - where to save reelsFeel free to fork, modify, and adapt to your needs!
Educational project for learning browser automation and stream processing. Please respect content creators and only download your own content or content you have permission to use.
MIT
FAQs
Download Facebook Reels from the command line. Captures video and audio streams and merges them into high-quality MP4 files.
We found that minareel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.