Mattias Wadman

Results 839 comments of Mattias Wadman

> Hmm, performance is a huge issue but some delay would not matter so much. If you use something like ffprobe it will add a bit of delay but once...

> Oh and, is it a good idea to implement --audio-formats? https://github.com/yt-dlp/yt-dlp#post-processing-options You mean as a DownloadOption? yeah maybe. Most of goutubedl's API is designed to just provide metadata and...

Tests fail because of the new youtube bot restrictions hmm, have to figure out some better way to test i guess. One idea is to run our own local http...

> > Tests fail because of the new youtube bot restrictions hmm, have to figure out some better way to test i guess. One idea is to run our own...

> Hmm, other than using cookie file (or using yt-dlp-oauth2 plugin) bypassing your not a robot page isn't possible Yeah is a bit bad and also a sign that the...

Hey again, the current PR works for your use case? merge?

Hey! sorry for slow response, hope i will get some time later in the week to refresh myself about the string/binary situation in fq and look at this. But yes...

Not sure i follow, isn't `--argjson` what your looking for? but in this particular case it feels like you should be able to do something like this without going thru...

👍 so `--argjson` i think is like your `--input` suggestion but it will bind the value to a name, ex you can have multiple: ```sh $ jq -n --argjson a...

I see. I'm not sure if adding yet another way to provide input is good, it's quite confusing as it is :) maybe some other maintainer has opinions? As the...