Skip to content

"begin" option doesn't affect when the video starts #129

@joek13

Description

@joek13

As the title says, when invoking ytdl, the begin option doesn't actually affect where the video starts to download.

An example:

const ytdl = require("ytdl-core");
const fs = require("fs");
ytdl("https://www.youtube.com/watch?v=q6EoRBvdVPQ", {begin: "5s"}).pipe(fs.createWriteStream("out.mp4"));

The resulting downloaded video starts at the very beginning, regardless of the value of "begin."

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