Skip to content

Atticus64/yt_ripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal script to download videos and convert to mp3

By Jona


This script will be one of my tools to learn python and terminal utilities

pythonpowershell

Requirements

The dependencies of this script are the packages

  • python3
  • pytube
  • colorama
  • ffmpeg in linux

Install pip

if you dont have pip install with:

apt install python3-pip

Or your package manager for your distro

Install ffmpeg

In Debian and Ubuntu Based:

apt install ffmpeg

In Fedora and CentOS:

dnf install ffmpeg ffmpeg-devel

In ArchLinux:

pacman -S ffmpeg4.4

And verify you have ffmpeg with:

ffmpeg --version

Installation

Using pip

pip install yt_ripper

Using source files

git clone https://github.com/Atticus64/yt_ripper.git
cd yt_ripper
pip install -r requirements.txt
cd yt_ripper
python3 main.py

Demo Video

asciicast

About

Project with Python to download videos and mp3 files of youtube in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages