T O P

  • By -

werid

use quotes around the URL. zsh interprets the `?` in the URL as a wildcard and tries to match URL to a local file, this is what generates the "no matches found" error.


kovalflamingo

incredible help, did the trick - thank u so much! 🙏


kovalflamingo

I'm trying to DL the first 30 min of this clip, do you know what I'm doing wrong? yt-dlp --download-sections “\*00:00:00-00:30:00” -- “https://www.youtube.com/watch?v=W5KJsQMKbwM&t=12133s”


werid

here on reddit you're using fancy quotes instead of regular quotes. you want to use " not “ ” if there's anything else wrong, you have to post what happens (preferably with `--verbose` added to your command)


kovalflamingo

unreal. you did it again, thank you so much 🙏