Skip to content

How do I customize the input command #72

@zaryc89

Description

@zaryc89

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions