Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • If that URL is valid, you should be able to just do yt-dlp https://www.youtube.com/results?search_query="A+year+ago+last+Thursday"&sp=EgIoAQ --embed-subs --max-downloads. Not too sure it is though.
    – Destroy666
    Commented Sep 27, 2023 at 6:24
  • 1
    That looks more valid: yt-dlp https://www.youtube.com/results?search_query=%22A+year+ago+last+Thursday%22&sp=EgIoAQ%253D%253D --embed-subs --max-downloads 1
    – Destroy666
    Commented Sep 27, 2023 at 6:29
  • 1
    @Destroy666 Thanks for the suggestion. I built off of it and came up with something that works for me and posted it as an answer. (It turns out --max-downloads 1 doesn't work when --remux-video 'opus>mka' is also used.)
    – hackerb9
    Commented Oct 12, 2023 at 6:54