alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
3.97k stars 264 forks source link

Added support for showing when live stream will start as error message #343

Closed arabcoders closed 7 months ago

arabcoders commented 7 months ago

Hi,

This pull request add support for showing when the live stream will start as error message.

image

to support getting past the format error as not yet live stream throw an error i had to use ignore_no_formats_error option.

alexta69 commented 7 months ago

Thanks!