Project with Python to download videos and mp3 files of youtube in the terminal
Project description
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
Important
The dependencies of this script is the package python3, pytube, colorama and ffmpeg in linux
if you dont have pip install with:
apt install python3-pip
Or your package manager for your distro
And install ffmpeg with the command: In Debian and Ubuntu Based:
apt install ffmpeg
In Fedora and CentOS:
dnf install ffmpeg ffmpeg-devel
In ArchLinux:
pacman -R ffmpeg4.0
And verify you have ffmpeg with:
ffmpeg --version
Init virtual env
python3 -m venv .env
install Dependencies
pip install -r requirements.txt
Run cli
python3 yt_ripper/main.py
Demo Video
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yt_ripper-0.0.5.tar.gz.
File metadata
- Download URL: yt_ripper-0.0.5.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dc510aad41befaf1f6e38b7eb2b49396b475d2267f819354977808f43236510
|
|
| MD5 |
c29debcdb8b0e624cd1fc78062c6f5ba
|
|
| BLAKE2b-256 |
5325b72574336c50257f852de0a7b1fc22324c24b369436d89cbc71894ba079c
|
File details
Details for the file yt_ripper-0.0.5-py3-none-any.whl.
File metadata
- Download URL: yt_ripper-0.0.5-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b526fbe8e40f4c5190fb02233c4432c5a8ebf8dc0be1cb8d6a7f76b61041084
|
|
| MD5 |
b47dba7a71f74603dd451b6203f86e3b
|
|
| BLAKE2b-256 |
9c08a7cb97f430d1f745863c493c51eb1e7fbe7679220375a0bcd40718d4da6f
|