Skip to main content

"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


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 hashes)

Uploaded Source

Built Distribution

KamTube-0.0.4-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page