-
Hello, is there a way to auto-close youtube-video from the bash after played audio/video ended? Thanks in advance for the help. |
Beta Was this translation helpful? Give feedback.
Answered by
trizen
May 12, 2022
Replies: 1 comment 1 reply
-
One way would be to use For example, in selecting the 1st result to play, we would input: The same option can be used as a command-like argument: youtube-viewer --no-I [youtube-url] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
buretvoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One way would be to use
--no-I
.For example, in selecting the 1st result to play, we would input:
1 --no-I
. After the video played, youtube-viewer will close automatically.The same option can be used as a command-like argument:
youtube-viewer --no-I [youtube-url]