EvanCarroll / ytdl-clean

Dedupe from different versions of YouTube download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ytdl-clean: the youtube-dl cleanup

There are two competing projects on GitHub that have different conventions for saving files,

These projects save files differently so you may have

  • foo k123.mp4
  • foo -k123.mp4
  • foo [k123].mp4 (newest convetion)

This python script will deduplicate them to the newest convention of foo [k123].mp4. Further in the event it detects the same ID in the directory it's run, it will purge out files that are older.

Installation

make test
sudo make install

# cd into directory
ytdl-clean

About

Dedupe from different versions of YouTube download


Languages

Language:Python 75.8%Language:Shell 21.2%Language:Makefile 2.9%