https://github.com/wsapsan/rutubeload
https://github.com/wsapsan/rutubeload
cpp http linux rurtube
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wsapsan/rutubeload
- Owner: wSapsaN
- Created: 2025-05-19T02:37:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-27T02:39:12.000Z (11 months ago)
- Last Synced: 2025-06-08T05:37:38.627Z (11 months ago)
- Topics: cpp, http, linux, rurtube
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```