No project description provided
Project description
RRYTApi
RRYTApi is a youtube api that allow you to download videos in any available format. It can also show the output of a search request, and read the content of a playlist.
This is my first real github repository that I've done. And I hope that it works. (If not, pls send an issue and i fix it! Nothing is perfect.)
To download it, use git clone
command (maybe you already know that)
git clone https://github.com/RadoTheProgrammer/rrytapi
cd rrytapi
Installation
After git cloned the repository, you can run the following command to install:
pip install .
Usage
To download a video:
import rrytypi
v=rrytypi.Video.get(<video url>)
v.download()
To download the audio of a video:
v.formats.audio.download()
To display all available formats, just use
print(v.formats)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rrytapi-2.1.0.tar.gz
.
File metadata
- Download URL: rrytapi-2.1.0.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.12.2 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18d9d76f20f992a73500a3ded0ca3a265d216643e694f173e223db307ff604a6 |
|
MD5 | aaa23fc9ca9e52704d95dbace605021c |
|
BLAKE2b-256 | 5f36b5d8e5a059a4411ca995ac988eedc902f7f765e3be1dd089c3bbe3851a70 |
File details
Details for the file rrytapi-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: rrytapi-2.1.0-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.12.2 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2fd556c4a6ee64770db628729c26fa3bfb5b078e7756024df34cb9ba1c5dc19 |
|
MD5 | 1493a28de3753a34e96e98bb5be9bada |
|
BLAKE2b-256 | ebd732fe2f7ead3007e2e2d823183d00e32c745dca11fab4e303d51b8b301825 |