Skip to content

How to Use

Ready to download videos like a pro? This guide shows you how to use Social Media Downloader β€” whether you're running it from source, using the .exe, .deb, binary, or pip install.


Step 1: Install the Tool

Not Installed Yet?

If you haven’t installed the tool yet, check out our Installation Guide first. Once you're set up, come back here to start using it!


Step 2: Run the Program

Depending on how you installed the tool, use one of the methods below:

Run from Source (Python)

python3 smd/downloader.py

Info

This runs the tool directly from the source code.


Run the .exe (Windows)

  1. Download the .exe from the latest release
  2. Double-click it.
  3. A terminal window will open β€” paste your URL when prompted.

Tip

No setup needed. Just click and go!


Run the .deb Package (Ubuntu/Debian)

sudo dpkg -i social-media-downloader_VERSION_amd64.deb
smd

Info

Replace VERSION with the actual version number you downloaded.

Abstract

This installs the tool globally β€” run it anytime with smd.


Run the Binary (Other Linux)

chmod +x smd
./smd

Info

Make sure you extracted the .tar.gz binary from Releases first.


Run via pip

pip install social-media-downloader

Then use:

  • social-media-downloader β†’ works in all versions
  • smd β†’ works in v1.1.4 and newer only

Danger

Use the smd shortcut only if you're using v1.1.4 or newer.


Step 3: What You’ll See

Once the program starts, you’ll be greeted with a screen like this:

screenshot of program welcome screen


Step 4: Choose a Platform and Paste a URL

Example Interaction

Welcome to Social Media Downloader!
────────────────────────────────────────────────────────────

1. Download YouTube/TikTok... etc.
2. Download Instagram
3. Check for updates
4. Help
5. Exit

Enter your choice: 1
Enter video URL: https://www.youtube.com/watch?v=EXAMPLE_ID

The tool will automatically detect your system, check for internet and FFmpeg, and start downloading.


Sample Output

Typical Output Preview

[youtube] Extracting URL...
[youtube] Downloading webpage...
...
Video Details:
Title: Social-Media-Downloader
Uploader: nayandas69
Upload Date: Dec 1, 2024

Available formats:
╒══════╀═══════╀══════════════╀═══════╀═══════════╀═══════════════╀═══════════╀═══════════════╕
β”‚  ID  β”‚ EXT   β”‚ RESOLUTION   β”‚ FPS   β”‚ SIZE      β”‚ VCODEC        β”‚ ACODEC    β”‚ NOTE          β”‚
β”œβ”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  136 β”‚ mp4   β”‚ 1280x720     β”‚ 30    β”‚ 56.82 MB  β”‚ avc1.4d401f   β”‚ none      β”‚ 720p          β”‚
β”‚  251 β”‚ webm  β”‚ audio        β”‚       β”‚ 0.48 MB   β”‚ none          β”‚ opus      β”‚ medium        β”‚
β”‚  299 β”‚ mp4   β”‚ 1920x1080    β”‚ 60    β”‚ 114.83 MB β”‚ avc1.64002a   β”‚ none      β”‚ 1080p60       β”‚
β•˜β•β•β•β•β•β•β•§β•β•β•β•β•β•β•β•§β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•§β•β•β•β•β•β•β•β•§β•β•β•β•β•β•β•β•β•β•β•β•§β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•§β•β•β•β•β•β•β•β•β•β•β•β•§β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•›

Then it will prompt you to choose a format, and begin downloading.


You're Ready!

Happy downloading!