find-deleted-videos/README.md

29 lines
697 B
Markdown

# find-deleted-videos
Find deleted/privated videos in your backed-up YouTube catalog.
Supported default filenames:
- yt-dlp
- youtube-dl
## installation
```sh
git clone https://git.gay/a/find-deleted-videos.git
cd find-deleted-videos
npm i
npm link # sudo this as needed
```
## usage
```sh
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.
```