Skip to content

Installation

Deepjyoti Barman edited this page Aug 26, 2020 · 1 revision

Table of Contents

Requirements

  • Python 3.x
  • ffmpeg

Installation

PyPI

System Wide Install (requires sudo)

pip install ytmdl

User Install (no sudo)

pip install --user ytmdl

Arch Linux

ytmdl is available in AUR as ytmdl. It can be found here

NOTE: The git version is availble as ytmdl-git in AUR.

Gentoo

ytmdl can be installed in Gentoo by the following commands

# First set up src_prepare-overlay (as root)
emerge -av --noreplace app-eselect/eselect-repository
eselect repository enable src_prepare-overlay
emaint sync -r src_prepare-overlay
# Finally emerge ytmdl (as root)
emerge -av --autounmask net-misc/ytmdl

Available in src_prepare-overlay here

Manual

ytmdl can be manually installed by the following command

git clone https://github.com/deepjyoti30/ytmdl && cd ytmdl && sudo python setup.py install
Clone this wiki locally