Need short alias for --config-location
See original GitHub issueChecklist
- I’m reporting a feature request
- I’ve looked through the README
- I’ve verified that I’m running yt-dlp version 2022.04.08 (update instructions) or later (specify commit)
- I’ve searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
Description
–config-location is excessively long especially if one uses it more than once. even using it only once it is still longer than some thing the config might be holding. Ex:
yt-dlp --config-location MusicAlbums.conf <url>
vs
ytdlp -x --audio-format mp3 <url>
so something like -CL <config-location>
would shorten it and make it much less annoying for short but less memorable strings
Verbose log
No response
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Spring Boot - Spring.config.location - Stack Overflow
I have a spring boot application on a server location. I use --spring.config.location property to specify application.properties in an ...
Read more >MyBatis 3 | Configuration
If you use either and want default property values, ... A type alias is simply a shorter name for a Java type. ......
Read more >Configuring qutebrowser
If you don't want to have a config file which is curated by hand, you can simply use those - see "Configuring qutebrowser...
Read more >Introduction to IPython configuration
Many frequently used options have short aliases and flags, such as --matplotlib (to integrate with a matplotlib GUI event loop) or --pdb (automatic ......
Read more >Appendix A. Configuration Options - GitLab
Enable if you want to fetch all, even the read messages from the server. ... An attribute set that maps aliases (the top...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Option names can be shortened as long as there is no ambiguity. So --config works
It’s not an error, you need to specify a config file after --conf/–config-location as yt-dlp isn’t a mind reader