Hakkin / twitchpipe

Pipe your favorite Twitch streams to the media player of your choice, or a file to save them for later. Supports low-latency playback.
MIT License
35 stars 5 forks source link

continue if user ID not found in record.sh #17

Open camjac251 opened 3 years ago

camjac251 commented 3 years ago

I have a list of streamers that I am wanting to monitor but one of them is banned and it is unknown when they would be back but I wanted to keep the script going until that happens. I added the username (forsen in this case) and it causes the script to stop after the error message ERROR! could not get ID for "forsen". Is it possible to skip ones that it cannot find and continue with the ones it does? Or maybe for the missing IDs it can't find, add them to a scheduled lookup taken every x minutes to see if it changed?