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.
|
7 months ago | |
---|---|---|
.gitignore | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
cli.js | 7 months ago | |
lib.js | 7 months ago | |
package-lock.json | 7 months ago | |
package.json | 7 months ago | |
test.js | 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.