Update install docs?
I had to install via pipx and as a result my .config didn't contain the scdl directory
Not sure if this changes things but the command to search all and find the config file might be useful
I used this command:
find ~ -name '*scdl*' -type f
to find the relevant config file
turns out it was in:
─❯ nano /Users/[myusername]/Library/Python/3.9/lib/python/site-packages/scdl/scdl.cfg
Thought this might help others
FYI
I'm on Mac
after running the command it looks like the .config directory and config file has appeared
Fellow Mac user - also had issues installing this package. It'd be real nice if this were on homebrew and had an AWS-style config command brew install scdl & scdl configure
Oh wow it was waaay easier with pipx
An update to the installation docs suggesting to Mac users to run brew install pipx ffmpeg before running pipx install scdl would have saved me some time.
EDIT I just went ahead and added it myself