Metadata-Version: 2.1
Name: rutube-downloader
Version: 0.0.1
Summary: This is the simplest module for download videos from Rutube
Author-email: Valentin Butorin <arch1_cs@mail.ru>
Project-URL: Homepage, https://github.com/Valentin-Butorin/rutube-downloader/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Rutube Downloader

## Get it
```python
pip install rutube-downloader
```

## Try it
```python
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()
```
