Mattias Wadman
Mattias Wadman
Rebased and cleaned up some unrelated changes. judging by the TODOs and commented code i got stuck on figuring out symbol tables and probably also some issue with resolving addresses...
@fmorelli i think this is the command that would have been run https://github.com/rg3/youtube-dl/blob/d2ae7e24e5c574fa45621771a134e58b21443e5f/youtube_dl/postprocessor/ffmpeg.py#L538 otherwise i guess you could just redownload with youtubedl now when ffmpeg is available?
Ugly workaround that do requires shell could be something like `jq -n "empty | $(cat my.jq)"`. Another alternative could be to use https://github.com/wader/jq-lsp and some kind of CLI LSP client,...