Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 544 Bytes

File metadata and controls

28 lines (20 loc) · 544 Bytes

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.