Thomas D.

Results 137 comments of Thomas D.

Or just provide, in a specific window, the content of the krb5.conf that the user should copy/paste afterwards if he wants.

You can see this comment https://github.com/yt-dlp/yt-dlp/issues/9614#issuecomment-2086354473 that fields in each entry of playlist are not populated. For public and private videos, fields of each video entry are "null", which makes...

Yes, it would be a good start, in order to be able to remove private videos from download.

Thanks. I indeed want to highlight here the fact that `--ignore-errors` should return an exit 0 code, nothing else as it is misleading.

Here is a way to filter private videos in a playlist: ``` $ yt-dlp --ignore-errors --flat-playlist --dump-single-json | jq --raw-output -M '.entries | .[] | select(.title != "[Private video]") |...

> > it is a documentation bug > > An `ignoreerrors:True` should make you expect that any issue would be just passed. If it doesn't apply to all errors, then...

I confirm that unfortunately, the match-filter `availability != private` does not work because the `availability` field is not populated for private videos. An example attached (corresponding to [this playlist](https://www.youtube.com/playlist?list=PLWHarrLXQlqmsKldQC9j9XIMpArq6-0iP)), which...

And also .sk: * https://sk-nic.sk/en/home/ * https://sk-nic.sk/subory/domains.txt

Clear, thank you. By the way, the `ch.` and `.li` zonez are [AXFRable](https://www.switch.ch/open-data/#tab-c5442a19-67cf-11e8-9cf6-5254009dc73c-3): ``` dig -y hmac-sha512:tsig-zonedata-ch-public-21-01:stZwEGApYumtXkh73qMLPqfbIDozWKZLkqRvcjKSpRnsor6A6MxixRL6C2HeSVBQNfMW4wer+qjS0ZSfiWiJ3Q== @zonedata.switch.ch +noall +answer +noidnout +onesoa AXFR ch. dig -y hmac-sha512:tsig-zonedata-li-public-21-01:t8GgeCn+fhPaj+cRy1epox2Vj4hZ45ax6v3rQCkkfIQNg5fsxuU23QM5mzz+BxJ4kgF/jiQyBDBvL+XWPE6oCQ== @zonedata.switch.ch +noall +answer...

Also, why don't you use "ldns-walk" for the zones you have troubles to grab ? I tried this on my side and it took few seconds, far from the 6-hour...