MrS0m30n3/youtube-dl-gui

~/.config/youtube-dlg is abused

Open

#260 opened on Jan 9, 2018

View on GitHub
 (0 comments) (5 reactions) (0 assignees)Python (1,597 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (9,070 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

~/.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/

Contributor guide