Skip to content

Ladvix/Rutube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rutube-Downloader

A simple async media downloader from the website rutube.ru

Install

git clone https://github.com/Ladvix/rutube-downloader.git
cd rutube-downloader
pip install -r requirements.txt

Usage

import asyncio
from src.downloader import RutubeDownloader

async def main():
    async with RutubeDownloader() as dl:
        await dl.download_video('') # Paste here video_id

if __name__ == '__main__':
    asyncio.run(main())

Important

By default, the video is downloaded in the best quality.

About

A simple async media downloader from the website rutube.ru

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages