yt_fetch 1.0.0 - Windows (x64)
==============================

A companion CLI for VidConverter: download a video or audio track by URL
(via yt-dlp) and convert it in one step. Standalone - it does not require
VidConverter.exe.

CONTENTS
  yt_fetch.exe   the command-line tool
  LICENSE        MIT

REQUIREMENTS
  FFmpeg on your PATH (same as VidConverter):
    winget install Gyan.FFmpeg
  Verify with:  ffmpeg -version

USAGE  (run from a terminal)
  yt_fetch <url>                         download video+audio
  yt_fetch <url> --audio                 audio only -> MP3
  yt_fetch <url> --video                 video only
  yt_fetch <url> --format MP4 --profile "Balanced H.264"
  yt_fetch <url> --outdir C:\path\to\folder
  yt_fetch --list-formats
  yt_fetch --help                        full reference

NOTES
  - First launch may trip Windows SmartScreen (unsigned build):
    More info -> Run anyway.
  - yt-dlp is bundled; no separate install needed.

MIT licensed. Source: https://github.com/Remotesh/vidconverter
