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.
bypass global config / specific config #3455
Comments
|
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 |
|
[solved] 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. |
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=BROWqjuTM0gif 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 22more of a suggestion; but, is there a way to have site-specific configs or config selection of your choice?