Skip to content

donno2048/link2mp4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%