# Youtube downloader CLI
![build](https://github.com/MousaZeidBaker/tubed/workflows/Publish/badge.svg)
[![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)
![python_version](https://img.shields.io/badge/python-%3E=3.8-blue)
[![pypi_v](https://img.shields.io/pypi/v/tubed)](https://pypi.org/project/tubed)
## Usage
Show help message and exit
```shell
tubed --help
```
Download video from URL
```shell
tubed --url https://www.youtube.com/watch?v=xFrGuyw1V8s
```
Download only audio
```shell
tubed --url https://www.youtube.com/watch?v=xFrGuyw1V8s --only-audio
```
Download from URLs specified in the [example.txt](./playlists/example.txt)
file
```shell
tubed --url-file playlists/example.txt
```
## Contributing
Contributions are welcome via pull requests.
## Issues
If you encounter any problems, please file an
[issue](https://github.com/MousaZeidBaker/tubed/issues) along with a detailed
description.
## Develop
Activate virtual environment
```shell
poetry shell
```
Install dependencies
```shell
poetry install --remove-untracked
```
Install git hooks
```shell
pre-commit install --hook-type pre-commit
```
Run linter
```shell
flake8 .
```
Format code
```shell
black .
```
Sort imports
```shell
isort .
```
Install current project from branch
```shell
poetry add git+https://github.com/MousaZeidBaker/tubed.git#branch-name
```
Raw data
{
"_id": null,
"home_page": "https://github.com/MousaZeidBaker/tubed",
"name": "tubed",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.7",
"maintainer_email": null,
"keywords": "YouTube, download, downloader, tube, tubed, video, audio, mp3, mp4",
"author": "Mousa Zeid Baker",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/63/34/147efff00946235848f2531ccdc0f7cf697864d0e8fdf21d40c33d17bb0d/tubed-0.1.1.tar.gz",
"platform": null,
"description": "# Youtube downloader CLI\n\n![build](https://github.com/MousaZeidBaker/tubed/workflows/Publish/badge.svg)\n[![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)\n![python_version](https://img.shields.io/badge/python-%3E=3.8-blue)\n[![pypi_v](https://img.shields.io/pypi/v/tubed)](https://pypi.org/project/tubed)\n\n## Usage\n\nShow help message and exit\n```shell\ntubed --help\n```\n\nDownload video from URL\n```shell\ntubed --url https://www.youtube.com/watch?v=xFrGuyw1V8s\n```\n\nDownload only audio\n```shell\ntubed --url https://www.youtube.com/watch?v=xFrGuyw1V8s --only-audio\n```\n\nDownload from URLs specified in the [example.txt](./playlists/example.txt)\nfile\n```shell\ntubed --url-file playlists/example.txt\n```\n\n## Contributing\nContributions are welcome via pull requests.\n\n## Issues\nIf you encounter any problems, please file an\n[issue](https://github.com/MousaZeidBaker/tubed/issues) along with a detailed\ndescription.\n\n## Develop\nActivate virtual environment\n```shell\npoetry shell\n```\n\nInstall dependencies\n```shell\npoetry install --remove-untracked\n```\n\nInstall git hooks\n```shell\npre-commit install --hook-type pre-commit\n```\n\nRun linter\n```shell\nflake8 .\n```\n\nFormat code\n```shell\nblack .\n```\n\nSort imports\n```shell\nisort .\n```\n\nInstall current project from branch\n```shell\npoetry add git+https://github.com/MousaZeidBaker/tubed.git#branch-name\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Youtube downloader",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/MousaZeidBaker/tubed",
"Repository": "https://github.com/MousaZeidBaker/tubed"
},
"split_keywords": [
"youtube",
" download",
" downloader",
" tube",
" tubed",
" video",
" audio",
" mp3",
" mp4"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "20d737fe599f7debfafafdb62989ed20761a313e39b8621716c192ffdffbd48b",
"md5": "ed295a188b814abc0a4f86b4cdc1746d",
"sha256": "cb25585000cdef471e1b2a3e7e0a232d6bc2baea90e169667d72a7bf73ae8012"
},
"downloads": -1,
"filename": "tubed-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ed295a188b814abc0a4f86b4cdc1746d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 4503,
"upload_time": "2024-07-18T08:23:54",
"upload_time_iso_8601": "2024-07-18T08:23:54.373623Z",
"url": "https://files.pythonhosted.org/packages/20/d7/37fe599f7debfafafdb62989ed20761a313e39b8621716c192ffdffbd48b/tubed-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6334147efff00946235848f2531ccdc0f7cf697864d0e8fdf21d40c33d17bb0d",
"md5": "8d6fe1fec71200b4aa0ae1f5da5eb9c7",
"sha256": "9e1b315c0f5856657ee60c3bd503f55a3e5f4181dc861b34964a4a466a750d93"
},
"downloads": -1,
"filename": "tubed-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "8d6fe1fec71200b4aa0ae1f5da5eb9c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 3105,
"upload_time": "2024-07-18T08:23:55",
"upload_time_iso_8601": "2024-07-18T08:23:55.601748Z",
"url": "https://files.pythonhosted.org/packages/63/34/147efff00946235848f2531ccdc0f7cf697864d0e8fdf21d40c33d17bb0d/tubed-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-18 08:23:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MousaZeidBaker",
"github_project": "tubed",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tubed"
}