https://github.com/projectsoft-studionions/rutube-downloader
Скачивание видео с RuTube на NodeJS
https://github.com/projectsoft-studionions/rutube-downloader
download download-rutube download-videos downloader javascript nodejs rutube video
Last synced: 5 months ago
JSON representation
Скачивание видео с RuTube на NodeJS
- Host: GitHub
- URL: https://github.com/projectsoft-studionions/rutube-downloader
- Owner: ProjectSoft-STUDIONIONS
- License: mit
- Created: 2024-08-10T16:19:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T07:50:04.000Z (9 months ago)
- Last Synced: 2025-04-28T15:53:32.392Z (5 months ago)
- Topics: download, download-rutube, download-videos, downloader, javascript, nodejs, rutube, video
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Скачивание видео с RuTube
Скачивание видео с RuTube на Node.js

## Установка
Требуется установленный **[Node.js](https://nodejs.org/en/download/prebuilt-installer)** и **[FFmpeg](https://github.com/ProjectSoft-STUDIONIONS/ffmpegInstaller/releases/latest/download/ffmpeg_install.exe)**
Скачиваем архив репозитория [rutube-downloader.zip](https://github.com/ProjectSoft-STUDIONIONS/rutube-downloader/releases/latest/download/rutube-downloader.zip), разархивируем. Проходим в каталог с файлами репозитория, выполняем:
````bash
npm run test
````Будет выполнена установка необходимых пакетов для работы скрипта.
Далее выполняем скачивание видео с RuTube.
## Скачивание видео
Для скачивания видео, к примеру `https://rutube.ru/video/ba1f267bcff6a3529889a6dd08bfb764/`, нужно выполнить следующую команду:
````bash
node index.js https://rutube.ru/video/ba1f267bcff6a3529889a6dd08bfb764/
````Так же можно выполнить множнственное скачивание видео:
````bash
node index.js https://rutube.ru/video/ba1f267bcff6a3529889a6dd08bfb764/ https://rutube.ru/video/1c62a5d0f5a87bd2028a5e81eb1d70ba/ https://rutube.ru/video/3219fef0568d88d9bcd4567aef9fc1ea/
````Результат выполнения виден на скриншоте. Видео сохраняется в папке `video` расположенной в директории рядом с исполняемым скриптом.