Skip to content

Downloads videos from YouTube via Invidious using Python

License

Notifications You must be signed in to change notification settings

kamuridesu/KamTube.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Downloads videos from YouTube via Invidious using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages