Go to file
aria 530fdbf011
add subtitles
2022-09-06 11:46:11 -04:00
.gitignore v1 2022-09-04 07:18:12 -04:00
cli.js fix bugs with yt-dlp name parsing, add force-type 2022-09-04 11:25:33 -04:00
lib.js add subtitles 2022-09-06 11:46:11 -04:00
LICENSE add license 2022-09-04 07:19:52 -04:00
package-lock.json v1 2022-09-04 07:18:12 -04:00
package.json fix cli issue 2022-09-04 07:27:28 -04:00
README.md fix bugs with yt-dlp name parsing, add force-type 2022-09-04 11:25:33 -04:00
test.js v1 2022-09-04 07:18:12 -04:00

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.