catt icon indicating copy to clipboard operation
catt copied to clipboard

Disabling subtitles on Youtube videos.

Open Sleuth56 opened this issue 3 years ago • 1 comments

Hello, I'm very new to this application. I just downloaded it last night and I really like it. It's nice for people that don't want to use chrome but own a chrome cast. Every time I play a Youtube video it displays the subtitles. And the only option that remotely looked like it would disable them was --no-subs. But that didn't seem to work. I tried on these two videos.

catt cast --no-subs "https://www.youtube.com/watch?v=j5v8D-alAKE"
catt cast "https://www.youtube.com/watch?v=t-_VPRCtiUg" --no-subs

The first one both with and without --no-subs and the second only with --no-subs. Is this the correct option? If so it's not working.

Sleuth56 avatar May 05 '21 17:05 Sleuth56

At this point, --no-subs only is for disabling catts search-for-subs-in-videofile-folder functionality. It would be nice to have though, so lets keep this issue open.

theychx avatar May 15 '21 11:05 theychx

I believe you can create an empty text file and tell catt to use that sub file:

touch /tmp/sub.srt
catt cast -s /tmp/sub.srt https://utbe/link?v=u373u4urdu

chapmanjacobd avatar Nov 21 '22 09:11 chapmanjacobd