From d19c9f898755d5c0af5b86d44b0c855b3e3a6e73 Mon Sep 17 00:00:00 2001 From: Adrian of Doom <52701496+futzu@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:09:33 -0500 Subject: [PATCH] hls replaces showcues --- bin/threefive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/threefive b/bin/threefive index 55c76771..3e397692 100755 --- a/bin/threefive +++ b/bin/threefive @@ -9,9 +9,9 @@ threefive command line SCTE35 decoder. import sys from new_reader import reader from threefive import Cue, Stream, print2, decode, version +from threefive.hls import cli as hlscli from threefive.sixfix import sixfix from threefive.superkabuki import SuperKabuki -from threefive.showcues import cli as hlscli from sideways import cli as sidecli REV = "\033[7;1m"