Skip to content

MousaZeidBaker/tubed

Repository files navigation

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

About

YouTube downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages