"An ICQ async bot framework"
Project description
KamTube.py
Downloads videos from YouTube via Invidious using Python
Install:
python3 -m pip install --user KamTube
Usage:
CLI
python3 -m KamTube [flags] search
Eg:
python3 -m KamTube -x -d never gonna give you up
downloads the song directly
Script
from KamTube import KamTube
import asyncio
async def main():
async with KamTube() as downloader:
await downloader.save("dQw4w9WgXcQ")
asyncio.run(main())
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
KamTube-0.0.4.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file KamTube-0.0.4.tar.gz
.
File metadata
- Download URL: KamTube-0.0.4.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 758cf1d53a319866f93d2deba61d199957ac454d32e8a0252a05d706708e0b52 |
|
MD5 | d0ecf3d0d5fd2fd430e6a251957a9ed7 |
|
BLAKE2b-256 | ddd1ba424886bcfc8fbdd095956b9a1109fff0e205b60ed8fc935d91dc5526b1 |
File details
Details for the file KamTube-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: KamTube-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea5d519740e952842260f7c2f1a38b9ad2a8f36c96a50136de09a0868d8448e8 |
|
MD5 | e74d3182ed3e042989b3dbd31d94d239 |
|
BLAKE2b-256 | e7031141bf06ae41ad2352343bf4c706ea5cbbb5256cbed8d7395c37615478c6 |