I want to rebuild the app to allow customizing the yt-dlp command, and optionally, to proceed with the defaults. This is what I see in the terminal as the default:
"yt-dlp 2> /tmp/ytdl_stderr --no-warnings --all-subs -x 'https://www.youtube.com/LINK-HERE' -o '/home/user/Downloads/%(title)s.%(ext)s' --ignore-config --no-playlist --newline | stdbuf -o0 grep -oP '^\\[download\\].*?\\K([0-9]+)'"
I can't find this in the source code. I can't code, but If anyone can help me to locate how this operates in the source files, I can modify the files myself and compile it.
Thanks. Sorry to bother.
I want to rebuild the app to allow customizing the yt-dlp command, and optionally, to proceed with the defaults. This is what I see in the terminal as the default:
"yt-dlp 2> /tmp/ytdl_stderr --no-warnings --all-subs -x 'https://www.youtube.com/LINK-HERE' -o '/home/user/Downloads/%(title)s.%(ext)s' --ignore-config --no-playlist --newline | stdbuf -o0 grep -oP '^\\[download\\].*?\\K([0-9]+)'"I can't find this in the source code. I can't code, but If anyone can help me to locate how this operates in the source files, I can modify the files myself and compile it.
Thanks. Sorry to bother.