An open API service indexing awesome lists of open source software.

https://github.com/wsapsan/rutubeload


https://github.com/wsapsan/rutubeload

cpp http linux rurtube

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# rutubeload

This project is designed to download videos from rutube.
At this stage, the program saves the file in ts format.
Plans are to receive mp4 files.

You also need to output timeLine at the time of downloading chunks.

# Build

```bash
mkdir build
cd build

cmake ../
make
```

Launch:
```bash
./rutubeload -h # you receive instruction
./rutubeload # if file doesn't define, the application itself creates "file.ts"
./rutubeload # define filename without extension
```