CoogyEoin / youtube-dl-snippet

A simple script to download a snippet of a Youtube Video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube-dl-snippet

Description

This is a simple shell script to download a section of a youtube video. It uses the yt-dlp project which is a fork of the youtube-dlp project that is no longer supported.

Requirements

yt-dlp ffmpeg

Usage

Simply download this repo and run the below command in your terminal. Outputs a file called out.mp4.

    ./snippet.sh <Youtube URL> <Start time> <end time>

Timestamp must be in 00:00:00.00 format (hh:mm:ss.ss).

About

A simple script to download a snippet of a Youtube Video

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%