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

bypass global config / specific config #3455

Closed
fohrums opened this issue Aug 6, 2014 · 2 comments
Closed

bypass global config / specific config #3455

fohrums opened this issue Aug 6, 2014 · 2 comments

Comments

@fohrums
Copy link

@fohrums fohrums commented Aug 6, 2014

when you have a global config set there is no way to bypass it if you temporarily want to use a different set of options.

e.g. my config will only extract audio by default:
$: youtube-dl https://www.youtube.com/watch?v=BROWqjuTM0g
if I use a command added to get the video at highest quality it will still strictly take the global config instead:
$: youtube-dl https://www.youtube.com/watch?v=BROWqjuTM0g -f 22

more of a suggestion; but, is there a way to have site-specific configs or config selection of your choice?

@phihag
Copy link
Contributor

@phihag phihag commented Aug 6, 2014

Can you tell us where and with what search terms you looked for a way to bypass the global config?

Because it's already there, just add the --ignore-config option to your command line.

@phihag phihag closed this Aug 6, 2014
@fohrums
Copy link
Author

@fohrums fohrums commented Aug 6, 2014

[solved] --ignore-config

I actually didn't know a way to identify it besides a quick 5-min of searching. Now i know that the keyword I should have known was "ignore".

Thank you for the quickest reply ever and hopefully nobody else makes the same mistake.

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
2 participants
You can’t perform that action at this time.