[![Downloads](https://pepy.tech/badge/pyyt-cli)](https://pepy.tech/project/pyyt-cli)
# pyyt
Python interactive script to download videos as audio from a given YouTube playlist or a single video url
-------------------
### Attribution ###
An abstraction of [yt-dlp](https://github.com/yt-dlp/yt-dlp) for my specific use case.
Thanks to everyone that contributed.
-------------------
### Installation
```bash
$ pip install pyyt
```
If you are planning on developing you know the drill:
```bash
git clone https://github.com/patillacode/pyyt.git
cd pyyt
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
---------
### Usage
* Run `pyyt` and follow the instructions
**Note:** Audio files will be downloaded into the `./downloads` folder by default,you can specify another path interactively.
-----------
### Demo
![asciinema](./examples/demo.svg)
Raw data
{
"_id": null,
"home_page": "https://github.com/patillacode/pyyt",
"name": "pyyt-cli",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "converter,audio,youtube,download,mp3",
"author": "Patilla Code",
"author_email": "patillacode@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d9/f0/319da83ef2f4393333d8923f5c4ff5b1a1c3a5d50ae19c5480e95087fa36/pyyt-cli-0.2.2.tar.gz",
"platform": null,
"description": "[![Downloads](https://pepy.tech/badge/pyyt-cli)](https://pepy.tech/project/pyyt-cli)\n\n# pyyt\nPython interactive script to download videos as audio from a given YouTube playlist or a single video url\n\n-------------------\n### Attribution ###\n\nAn abstraction of [yt-dlp](https://github.com/yt-dlp/yt-dlp) for my specific use case.\nThanks to everyone that contributed.\n\n-------------------\n### Installation\n\n```bash\n$ pip install pyyt\n```\n\nIf you are planning on developing you know the drill:\n```bash\ngit clone https://github.com/patillacode/pyyt.git\ncd pyyt\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n---------\n\n### Usage\n* Run `pyyt` and follow the instructions\n\n**Note:** Audio files will be downloaded into the `./downloads` folder by default,you can specify another path interactively.\n\n\n-----------\n### Demo\n\n![asciinema](./examples/demo.svg)\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Python script to download videos as audio from a given YouTube playlist/video",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/patillacode/pyyt"
},
"split_keywords": [
"converter",
"audio",
"youtube",
"download",
"mp3"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8a90c58fa5a8f9ef409092a0d3a0945ea96f9053f1cf484a47f6ad7cd0007d67",
"md5": "1cc201ef7536bf98f87349bb1ce638cd",
"sha256": "c9df1e0fcb48a2be1fc87b70b2cc3a27402c2fe862f0af1e5f6ed5a2fb2a55cf"
},
"downloads": -1,
"filename": "pyyt_cli-0.2.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "1cc201ef7536bf98f87349bb1ce638cd",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 5308,
"upload_time": "2023-07-30T12:19:15",
"upload_time_iso_8601": "2023-07-30T12:19:15.798761Z",
"url": "https://files.pythonhosted.org/packages/8a/90/c58fa5a8f9ef409092a0d3a0945ea96f9053f1cf484a47f6ad7cd0007d67/pyyt_cli-0.2.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d9f0319da83ef2f4393333d8923f5c4ff5b1a1c3a5d50ae19c5480e95087fa36",
"md5": "7bacda036d14b8b2660df7cf5799ea87",
"sha256": "b01e5dd47b0d1baadbbc29b105982c59b817227f346c74448aa48f1a0cf0269b"
},
"downloads": -1,
"filename": "pyyt-cli-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "7bacda036d14b8b2660df7cf5799ea87",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5493,
"upload_time": "2023-07-30T12:19:17",
"upload_time_iso_8601": "2023-07-30T12:19:17.368562Z",
"url": "https://files.pythonhosted.org/packages/d9/f0/319da83ef2f4393333d8923f5c4ff5b1a1c3a5d50ae19c5480e95087fa36/pyyt-cli-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-30 12:19:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "patillacode",
"github_project": "pyyt",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pyyt-cli"
}