taengstagram / instagram-livestream-downloader

Instagram Live Stream Downloader
MIT License
119 stars 37 forks source link

Possibility of making livestream_dl run recursively? #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

Before submitting an issue, make sure you have:

Purpose of your issue:

Describe your issue

How can I run this to check a user recursively? Right now I've created a bash script which runs the command every 5 seconds, and have it backgrounding with tmux. Is it possible to create a flag which checks if the livestream is up every X seconds, or so?

taengstagram commented 7 years ago

The recommended way is to use a bash/batch script. What can the program do that you can't in a few short lines of bash?

ghost commented 7 years ago

Simple enough, thanks