Skip to content

Downloaded file is named using the optional filename AND the video title #36

@BernhardMaier

Description

@BernhardMaier

Currently, when I specify a filename for new videos, they are named using both the filename and the YouTube video title, e.g., myName-ytTitle.mp4. Is this how it's supposed to work, or is this a bug? I suspect that someone forgot to update the filename in the arguments, so the title is still being appended:

args += $" -o \"{targetFilename}-%(title)s.%(ext)s\" {data.ytid}";

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