/youtube-dl-tui

A Terminal UI wrapper for youtube-dl

Primary LanguagePython

Youtube-DL-TUI

Youtube-DL terminal user interface to wrap around youtube-dl and provide a cleaner look on the current download lists

It will try to re-read the list of youtube urls file after every download and refresh it

Installation

  • Currently there's no setup.py yet, so
  • install requirements by pip3 install -r requirements.txt

Running the program

  • Just run python3 main.py [PATH_TO_LINKS_FILE] [DOWNLOAD_OUTPUT_FOLDER]

TODOS

[] Handle Sigterm [] Handle errors