find-deleted-videos/README.md

697 B

find-deleted-videos

Find deleted/privated videos in your backed-up YouTube catalog.

Supported default filenames:

  • yt-dlp
  • youtube-dl

installation

git clone https://git.gay/a/find-deleted-videos.git
cd find-deleted-videos
npm i
npm link # sudo this as needed

usage

deleted-videos [folder] (options)

# Examples

deleted-videos ~/archives # Scans folder and outputs JSON in the console
deleted-videos ~/archives -o "~/archives/deleted.json" # Scans folder and outputs JSON to file.
deleted-videos ~/archives -o "~/archives/deleted.json" --force-type "youtube-dl" # Scans folder and outputs JSON to file, and forced a folder to be parsed as youtube-dl downloads.