Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube-dl Config File Not Reading... #7424

Closed
Waldoctg opened this issue Nov 10, 2015 · 7 comments
Closed

Youtube-dl Config File Not Reading... #7424

Waldoctg opened this issue Nov 10, 2015 · 7 comments

Comments

@Waldoctg
Copy link

@Waldoctg Waldoctg commented Nov 10, 2015

I added it to /usr/local/etc and I set it to youtube-dl.conf in my system but it doesn't work. This is what I added:
--extract-audio
--no-mtime
--audio-format wav
--audio-quality 0
--output "
/Downloads/%(title)s.%(ext)s"
I searched around a lot, but I can't find why it isn't reading. Any advice?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 10, 2015

~/usr/local/etc is not a valid configuration path. Read FAQ.

@dstftw dstftw closed this Nov 10, 2015
@Waldoctg
Copy link
Author

@Waldoctg Waldoctg commented Nov 10, 2015

It says /etc/youtube-dl.conf though...I'm confused, isn't that where I'm at?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 10, 2015

/etc/youtube-dl.conf is not in your home folder. If you want a config just for your user, you can use ~/.config/youtube-dl/config.

@Waldoctg
Copy link
Author

@Waldoctg Waldoctg commented Nov 10, 2015

I try that too, but when I type ~/.config/youtube-dl/config in Terminal, it says -bash: cd: /Users/USERNAME/.config/youtube-dl/config: No such file or directory

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 10, 2015

Obviously you must create it first.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 10, 2015

To be clear: you must create the file config inside the ~/.config/youtube-dl folder (which you obviously need to create first).

@Waldoctg
Copy link
Author

@Waldoctg Waldoctg commented Nov 11, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.