MrS0m30n3/youtube-dl-gui

~/.config/youtube-dlg is abused

Open

#260 创建于 2018年1月9日

在 GitHub 查看
 (0 评论) (5 反应) (0 负责人)Python (9,070 star) (1,597 fork)batch import
enhancementgood first issue

描述

~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).

Please also consider using appdirs instead of hardcoding ~/.config/

贡献者指南