Name | mayonnaise JSON |
Version |
0.1.0
JSON |
| download |
home_page | https://github.com/zeionara/maya |
Summary | Youtube cli interface for downloading media |
upload_time | 2023-03-21 18:54:20 |
maintainer | |
docs_url | None |
author | Zeio Nara |
requires_python | |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# maya
<p align='center'>
<img src='https://raw.githubusercontent.com/zeionara/maya/master/assets/logo.png'/>
</p>
**M**ultimedia **a**dapter for **y**outube **a**pi which allows to download content from youtube.
## Installation
Execute the following command to install using pip:
```sh
pip install mayonnaise
```
To create conda environment use the `environment.yml` file:
```sh
conda env create -f environment.yml
```
## Usage
To download a playlist as a collection of `mp3` files run the following command:
```sh
python -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314 -a -u
```
To do the same but download the whole videos (picking the highest quality):
```sh
python -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314 -a
```
If you are not downloading age-restricted videos, then option `-a` (authentication) can be omitted:
```sh
python -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314
```
Raw data
{
"_id": null,
"home_page": "https://github.com/zeionara/maya",
"name": "mayonnaise",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Zeio Nara",
"author_email": "zeionara@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7b/e4/7ac367be99cb52715d84250205d69390407307c6743c4ca44ddc6281ed40/mayonnaise-0.1.0.tar.gz",
"platform": null,
"description": "# maya\n\n<p align='center'>\n <img src='https://raw.githubusercontent.com/zeionara/maya/master/assets/logo.png'/>\n</p>\n\n**M**ultimedia **a**dapter for **y**outube **a**pi which allows to download content from youtube.\n\n## Installation\n\nExecute the following command to install using pip:\n\n```sh\npip install mayonnaise\n```\n\nTo create conda environment use the `environment.yml` file:\n\n```sh\nconda env create -f environment.yml\n```\n\n## Usage\n\nTo download a playlist as a collection of `mp3` files run the following command:\n\n```sh\npython -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314 -a -u\n```\n\nTo do the same but download the whole videos (picking the highest quality):\n\n```sh\npython -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314 -a\n```\n\nIf you are not downloading age-restricted videos, then option `-a` (authentication) can be omitted:\n\n```sh\npython -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Youtube cli interface for downloading media",
"version": "0.1.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7be47ac367be99cb52715d84250205d69390407307c6743c4ca44ddc6281ed40",
"md5": "5722047b193418862998ea347072273a",
"sha256": "a318df150aeafac69a3d37c272b200b66d5614c0d3e1cf2904f83ae94e0b08c6"
},
"downloads": -1,
"filename": "mayonnaise-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "5722047b193418862998ea347072273a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6301,
"upload_time": "2023-03-21T18:54:20",
"upload_time_iso_8601": "2023-03-21T18:54:20.112040Z",
"url": "https://files.pythonhosted.org/packages/7b/e4/7ac367be99cb52715d84250205d69390407307c6743c4ca44ddc6281ed40/mayonnaise-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-21 18:54:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "zeionara",
"github_project": "maya",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "mayonnaise"
}