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.
Ignore specific options from configuration file #11615
Comments
Options passed on command line override the same options from configuration file.
Wrong, it's implemented: |
|
Thanks, I tested this before and somehow it was not working, it would still use options from configuration file. I need to check this again. Could this info be clarified on readme page?
Thanks again and sorry about this. |
What about options with mandatory arguments, where we want to override to the default? E. g. config file contains --recode-video mkv but we don't want to recode for this execution. Note: selecting another config file is far less useful because you need to copy the standard config file and edit it. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.01.05. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Hi there
Is there a way to ignore specific options from config file? Like, if the options are present on command line, the same options on configuration file are ignored.
I make use of configuration file because I use proxy and custom downloader options, if not, is hard to write them every time.
I read here about having multiple config files, but don't seems implemented.
Anyway, it's something that shouldn't take much priority nor time.
Btw, youtube-dl runs great on my OpenWrt router (WR1043NDv2), Rpi 3 and Linux STB (Vu+ Duo2), thanks so much for this awesome tool.