Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 316 Bytes

Rutube Downloader

Get it

pip install rutube-downloader

Try it

from rutube import Rutube

rt = Rutube('https://rutube.ru/video/5c5f0ae2d9744d11a05b76bd327cbb51/')

print(rt.playlist)  # [Nature 4k (272x480), Nature 4k (408x720), Nature 4k (608x1080)]

rt.playlist[-1].download()