/rdl

A tool to download videos from some places

Primary LanguageRustMIT LicenseMIT

A tool to download videos from some places

❗️ Install:

You need ffmpeg to download some videos who separate video from audio

Linux and MacOS:

git clone https://github.com/z3oxs/rdl.git && cd rdl
make install

 

Windows and other systems:

git clone https://github.com/z3oxs/rdl.git && cd rdl
cargo install --path .

or check releases section

❗️ Update:

git clone https://github.com/z3oxs/rdl.git && cd rdl
make update

 

Or, if you maintain the source code

git pull origin master
make update

 

🚀 Usage:

Downloading a video from Twitter:

rdl -u "https://twitter.com/USER/status/SOMESTATUS"

As you can see, you need to only parse the video URL with "-u" flag.

 

Flags:

Flag Description
--fast Skip format choosing

 

Download a video and parsing a custom filename and path:

rdl -u "https://twitter.com/USER/status/SOMESTATUS" -f "some/path/video.mp4"

Available modules

  • Twitter
  • Facebook
  • Rumble
  • Reddit
  • Pinterest (New!)

  If you want to contribute, make a issue requesting a new module or a pull request implementing a new module

 

⚙️ Configuration (Linux and MacOS):

Default template: "config.json"

{
    "path": "path/to/your/folder"
}

 

Available options:

Option Description
path Path to default folder