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.
(question) different configuration for each extractor #21635
Comments
|
Not possible. Though custom config can be specified with |
Checklist
Question
Is there any way to use different configurations for different extractors? For YouTube I would like it to be used:
-f "webm[height=1080][fps=60]"+bestaudio/"webm[height=720][fps=60]"+bestaudio/"webm[height=1080]"+bestaudio/"webm[height=720]"+bestaudio/"mp4[height=1080][fps=60]"+bestaudio/"mp4[height=720][fps=60]"+bestaudio/"mp4[height=1080]"+bestaudio/"mp4[height=720]"+bestaudio/bestWhile for all other extractors:
-f bestvideo+bestaudio/bestIf it is not possible, could anyone consider implementing this idea in youtube-dl? Thank you!