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.
Little Feature Request: enable --title by default #499
Comments
|
The main problem is that existing scripts may rely on the current format. Seems worthwile though, so I'll let this issue open and wait for comments/protest. |
|
+1 but add a |
|
|
|
@FiloSottile How could we warn users who don't pass any options, but still rely on |
|
I was thinking about something like
to be shown if no outtmpl is specified for a couple of releases. It will not be noticed by everyone, but... |
|
Uh! Idea: release notes. So, why not implement the ability to print a line or two of announcement while updating? We could put it as a nullable field in the If it's OK for you, I'll add it to the release flow. |
|
I managed to still have Internet access (still in Germany atm) - I'll probably not be able to answer. I'm a definite -1 on printing anything by default, but I like the update notes idea.
It's not like we'd write many notes at all. |
|
Yeah, I explained it badly, I meant to include it in the JSON like in your example. |
|
Yes please, saving the download with a meaningful name would be much more useful. While it's easy enough to rename a single download by hand when you forgot |
|
can i show the progress bar on php page while the video gets downloaded.help me plz |
|
@surve5 Please open a new issue - otherwise, it will be impossible to follow the discussion. Also, can you clarify what you mean by php page? At the very least, post a link to your code. |
I think it would be more intuitive if fetching the title and using it as the file-name were enabled by default, and instead there were a flag to manually disable it.
Before reading the man-page I didn't even know it had that feature (title fetching), I think it would be more user friendly for people to get that by default instead of having to look in the manual for it, because I imagine most people would pretty much always prefer the video's actual title over a random-looking string of characters, particularly when downloading youtube playlists or otherwise downloading large groups of vids at once.
Just a suggestion for your consideration.