Skip to content

donno2048/link2mp4

This branch is 12 commits ahead of Hamagnivim/link2mp4:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64385c0 · Jan 15, 2024

History

32 Commits
Jan 15, 2024
Jul 27, 2022
Jul 14, 2022
Jun 26, 2022
Jul 26, 2022
Jul 26, 2022

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%