Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
/ live-dl Public archive
forked from sparanoid/live-dl

Download live streams from YouTube

License

Notifications You must be signed in to change notification settings

alex-f-k/live-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Downloader

Download live streams from YouTube.

Features

Dependencies

  • aria2c
  • bash
  • exiv2
  • ffmpeg
  • jq
  • streamlink
  • youtube-dl
  • yq (python-yq)

Tested on macOS 10.15, should be working on RHEL/CentOS 7 and Ubuntu.

Usage

Run ./live-dl without any parameter to print help message.

You can run this script in background:

# Start process
nohup bash live-dl https://www.youtube.com/channel/UC1opHUrw8rvnsadT-iGp7Cg &>/tmp/live-dl-minatoaqua.log &

# View processes
ps aux | grep live-dl
501 94552   964   0  9:38PM ttys009    0:00.06 bash live-dl https://www.youtube.com/channel/UC1opHUrw8rvnsadT-iGp7Cg
501 94765   964   0  9:39PM ttys009    0:00.00 grep live-dl

# Stop process
kill 94552

License

AGPL-3.0

About

Download live streams from YouTube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%