dirkf

Results 2000 comments of dirkf

That's quite irritating: thanks for noticing. The problem is not obvious in the commits page at GH or in `git log ..`, unless you apply `oneline` format. There should be...

> ... not considering rewriting years of git commit history ... ? Obvs *considering* it, since it's the only way to solve the issue, apart from doing nothing, but by...

Probably I'm a bit slow but today I learned about [_git-replace_](https://git-scm.com/docs/git-replace). It seems that this could only be a local solution after cloning from the GH repo, but it should...

You could also use the POSIX-y one-file nightly build if your environment has a `python` executable (eg, symlink to `$(which python3)`).

Maybe a HAR trace of FF accessing a problem video could be compared with `--print-traffic` output from the corresponding failure. These should probably be sanitised before passing them on, or,...

1. Find the JS linked in an element like this ``` ``` in the video page if loaded or in the home page https://odysee.com/. 2. Fetch the JS at that...

Looks like we need to update the extractor from [_yt-dlp_](https://github.com/yt-dlp/yt-dlp/pull/6638).

>Perhaps a proper fix could be to iterate through all known available CDNs automatically. 💡 This seems like a better solution than the extractor-arg. S/t like this, where the first...

Yes, the invoked extraction would have to be made fatal. If the caller is ignoring "no formats", should fancy geo-block detection be expected? The program was told that formats weren't...