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.
Config file syntax for site specific parameters? #4895
Comments
|
Simply add There's already a proposal for supporting per site configuration: #3101. |
|
It works, thanks! |
I just added
-f 299+bestaudio/137+bestaudio/298+bestaudio/bestvideo+bestaudioto the youtube-dl config file at
~/.config/youtube-dl/configto specify which youtube video sizes I prefer.
Problem is, when I now try to use youtube-dl to download files from vimeo, that download now fails. ("ERROR: requested format not available").
Is there a syntax for the config file so that we can specify certain video sizes for youtube but keep the default behavior for other sites?
Thank you!