MrS0m30n3/youtube-dl-gui

~/.config/youtube-dlg is abused

Open

#260 geöffnet am 9. Jan. 2018

Auf GitHub ansehen
 (0 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Python (1.597 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (9.070 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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