tubed

Youtube downloader


Keywords
YouTube, download, downloader, tube, tubed, video, audio, mp3, mp4
License
MIT
Install
pip install tubed==0.1.0

Documentation

Youtube downloader CLI

build License python_version pypi_v

Usage

Show help message and exit

tubed --help

Download video from URL

tubed --url https://www.youtube.com/watch?v=xFrGuyw1V8s

Download only audio

tubed --url https://www.youtube.com/watch?v=xFrGuyw1V8s --only-audio

Download from URLs specified in the example.txt file

tubed --url-file playlists/example.txt

Contributing

Contributions are welcome via pull requests.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Develop

Activate virtual environment

poetry shell

Install dependencies

poetry install --remove-untracked

Install git hooks

pre-commit install --hook-type pre-commit

Run linter

flake8 .

Format code

black .

Sort imports

isort .

Install current project from branch

poetry add git+https://github.com/MousaZeidBaker/tubed.git#branch-name