JSPM

youtube-dl-cutter

0.2.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q13696F
    • License MIT

    Download a Youtube-file as mp3, and crop it as you like

    Package Exports

    • youtube-dl-cutter

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (youtube-dl-cutter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    youtube-dl-cutter

    Effectively cuts from --from X into the file until --to X into the file.

    Example: ytcut -u https://www.youtube.com/watch?v=BaW_jenozKc -o "test clip" --from 2s --to 8s

    requirements

    • youtube-dl (used to download the file)
    • ffmpeg (used to cut the file)

    running tests

    npm run test

    installation

    clone this repo and npm i -g