Skip to content

Fix security vulnerability of tool.

commity requested to merge maintenance into main

@paul please look at yt2mpd/ before rebuilding and updating the docker container in prod. thx.

  • replace unsafe and uncomplete regex with validators.url to check if string is a valid url or not
  • lessen docker container layer
  • add python dependency validators
  • fix pep8 issues in python code
  • replace deprecated and unadvised os.system calls with subprocess calls

Merge request reports