ohhdemgirls / kusaki

Kusaki is a tool to find reuploads of YouTube videos using the power of video search engines and scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kusaki

Kusaki is a console tool to find reuploads of YouTube videos using the power of search engines.

Video Demo - Releases

Use cases

If you're a YouTube archivist like myself, you hate to see missing videos due to copyright takedowns, YouTube takedowns, or the creator removing the video themselves - resulting in an incomplete archive.

This tool is meant to fix that! It searches many websites (thanks to Peteyvid, Archive.org, and Dailymotion (via DuckDuckGo searches) scraping) to find reuploads.

Credits

  • /u/colethedj - Helping with suggestions on how to find videos on this project
  • IanRises, Electohaxz - giving me videos to test this on

Setup

  1. Download the latest release of Kusaki and Node.js.
  2. Install the dependencies via npm install.
  3. Run node kusaki. (Alternatively, if it's easier, run node kusaki --id [id] --title [title].)
  4. If you're not savy at reading JSON files, you can run node reader --file [filename] to read the files quickly.

About

Kusaki is a tool to find reuploads of YouTube videos using the power of video search engines and scraping.

License:The Unlicense


Languages

Language:JavaScript 100.0%