marcopeocchi / yt-dlp-web-ui

A terrible web ui for yt-dlp. Designed to be self-hosted.
Mozilla Public License 2.0
657 stars 67 forks source link

bugfix: port config in config file not work #132

Closed calmzhu closed 4 months ago

calmzhu commented 5 months ago

Optmize two points:

  1. Print more details when failed to load configfile. when config exists but content is invalid,currenly always shows configfile not found.This will confuse user and mislead them to wrong debug way. So add more outputs.
  2. bugfix: port configured in configfile not work.