use --get-title while not simulating?
See original GitHub issueChecklist
- I’m reporting a feature request
- I’ve verified that I’m running youtube-dl version 2020.03.24
- I’ve searched the bugtracker for similar feature requests including closed ones
Description
I’m trying to download a video AND get title information displayed in the console log as well. When invoking
youtube-dl.exe SmanVIJ80EY --no-call-home --newline -x -o "out.$(ext)s" 2>&1
I see a lot of information, but neither of it contains the video title. I also tried -v
for extra information, but here too: no video title.
There is a way to obtain that using --get-title, but when supplying that, no actual download takes place. It merely simulates.
To get this information, I then have to call the tool twice, which is a lot slower, since there seems to be a significant startup time.
Is there a way to get the video title in the output in the same pass as downloading it?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
getInventory().getTitle() not working | SpigotMC - SpigotMC
Hey guys, I am Jazz and I have a problem. So I am currently learning how to make plugin from this video: [MEDIA]...
Read more >getTitle() is not displayed the correct output in Selenium
java - getTitle() is not displayed the correct output in Selenium - Stack Overflow. Stack Overflow for Teams – Start collaborating and sharing ......
Read more >webdriver - Question about the Selenium getTitle() Method
The "==" operator checks objects for identity, not for equality. Try this instead: driver.getTitle().equals("Google").
Read more >How driver.getTitle() method works internally? Selenium ...
In this video, I have explained one interview question - how exactly driver. getTitle () method works internally?
Read more >How To Verify Title Of Any Web Page In Selenium WebDriver?
We use getTitle() method to get the actual title of any web page. We store the title in the string and then we...
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
@dstftw you already have the option --get-title. The only thing that is missing is to display that in one go. I don’t understand why it would take two runs to get something as trivial as a video title.
No such feature exists.