Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Configuration file is ignored #6110
Comments
|
Post the full output of youtube-dl when run with |
|
sudo cat /etc/youtube-dl.conf youtube-dl --verbose https://www.youtube.com/watch?v=bls2D0jMK84 |
without sudo. |
|
cat: /etc/youtube-dl.conf: Permission denied |
|
Give it permissions for reading for everyone: |
|
same as with sudo |
|
Same what? |
|
same output as with the sudo command |
|
why did you close this while still asking questions? |
|
Because I provided you a solution. |
|
yeah. sorry, I misunderstood it |
I put this line into /etc/youtube-dl.conf because i want it to download on an external hard drive by default
-o "PATH/%(title)s.%(ext)s"
but it's ignored everytime and it downloads into home folder. But if I put this line in terminal between the youtube-dl command and the url it downloads in the specified path. It always used to work in previous installation of Linux.