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 for my specific use case. Thanks to everyone that contributed.
Installation
$ pip install pyyt
If you are planning on developing you know the drill:
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
pyytand follow the instructions
Note: Audio files will be downloaded into the ./downloads folder by default,you can specify another path interactively.
Demo
Release files for pyyt-cli 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyyt-cli-0.2.2.tar.gz | 5.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyyt_cli-0.2.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / pyyt-cli-0.2.2.tar.gz
| Download URL | pyyt-cli-0.2.2.tar.gz |
|---|---|
| Size | 5.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b01e5dd47b0d1baadbbc29b105982c59b817227f346c74448aa48f1a0cf0269b
|
|
BLAKE2b-256 checksum How to use checksums |
d9f0319da83ef2f4393333d8923f5c4ff5b1a1c3a5d50ae19c5480e95087fa36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|
Release files / pyyt_cli-0.2.2-py2.py3-none-any.whl
| Download URL | pyyt_cli-0.2.2-py2.py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c9df1e0fcb48a2be1fc87b70b2cc3a27402c2fe862f0af1e5f6ed5a2fb2a55cf
|
|
BLAKE2b-256 checksum How to use checksums |
8a90c58fa5a8f9ef409092a0d3a0945ea96f9053f1cf484a47f6ad7cd0007d67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|