donno2048 / link2mp4

Download videos as MP4 files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

link2mp4

Download videos as MP4 files

Supported sites

  • YouTube
  • Reddit
  • Twitter
  • Pinterest
  • TikTok
  • Vimeo
  • Twitch
  • Veoh

Get geckodriver

Linux (Debian)

sudo apt install wget ffmpeg firefox-esr -y
wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
sudo tar xvzf geckodriver-v0.30.0-linux64.tar.gz -C /usr/bin/
chmod +x /usr/bin/geckodriver
rm geckodriver-v0.30.0-linux64.tar.gz

Windows

Download and add to PATH

Installation

From PyPI

pip3 install link2mp4

From GitHub

pip3 install git+https://github.com/Hamagnivim/link2mp4

Usage

Type link2mp4 in the console

About

Download videos as MP4 files

License:MIT License


Languages

Language:Python 100.0%