home-manager icon indicating copy to clipboard operation
home-manager copied to clipboard

yt-dlp: add module

Open marsam opened this issue 2 years ago • 0 comments

Description

yt-dlp is a command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)

Checklist

  • [x] Change is backwards compatible.

  • [x] Code formatted with ./format.

  • [x] Code tested through nix-shell --pure tests -A run.all.

  • [ ] Test cases updated/added. See example.

  • [x] Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • [x] Added myself as module maintainer. See example.

    • [x] Added myself and the module files to .github/CODEOWNERS.

marsam avatar Jul 10 '22 23:07 marsam