You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
aria 530fdbf011
add subtitles
7 months ago
.gitignore v1 7 months ago
LICENSE add license 7 months ago
README.md fix bugs with yt-dlp name parsing, add force-type 7 months ago
cli.js fix bugs with yt-dlp name parsing, add force-type 7 months ago
lib.js add subtitles 7 months ago
package-lock.json v1 7 months ago
package.json fix cli issue 7 months ago
test.js v1 7 months ago

README.md

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.