Iron-Wolf / VODownloader

Download VOD with Bash and WebSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VODownloader

Simple use of websocket with bash script. The main goal is to download VOD (only Twitch for now) from several hosting provider.

The code is as clean as possible. However, it's a side project, so don't expect good quality code here :)

Requirement

Process

  1. Launch startT2K.sh script
  • This start a websocket with twitch2kodi.sh (containing core functions)
  • Also start a websocket with workedLog.sh and failedLog.sh (only read log entry from the main script)
  1. Connect to index.html via http
  • The myScript.js script will init connection with the three websocket, and dynamically update the UI.

Docker

See the docker implementation of the project on my other repo.

About

Download VOD with Bash and WebSocket


Languages

Language:HTML 47.0%Language:JavaScript 34.8%Language:Shell 18.2%