Alt
Alt
After this https://github.com/nodejs/node/pull/51879 I have warnings (`TS6385: Stats is deprecated.`) in IDE now.  I totally dislike them. --- The problem is only in the latest `"@types/node": "20.12.13"` (`20.12.12` have...
The another example. All files have the same mtime as it's in filenames, but dupeguru suggests 3 files with the recent mtime as origin files:  I sure it should...
Still no plan to use `\\?\` prefix internally for all `fs` operations to fix https://github.com/oven-sh/bun/issues/8246 and https://github.com/oven-sh/bun/issues/8836 issues?
> converting m3u8 to mp4 It's almost the same thing as remuxing (repacking from mp4 to mp4). In both cases you do create a new mp4 container. ```bash ffmpeg.exe -i...
Confirm. While they still use `Twitter-vork muxer` (`x264 core 164 r3095 baee400` library), videos uploaded after ~"UTC 2023-12-14 22:00:00" have a fixed mp4 container. MediaInfo shows that the main change...
I only explained how it should be implemented _in Python code_ in [pixiv.py](https://github.com/mikf/gallery-dl/blob/master/gallery_dl/extractor/pixiv.py). It requires someone who knows Python to spend some hours to implement it.
> https://gdl-org.github.io/docs/configuration.html I think Github's render looks better and more convenient. However, rewriting to Markdown will take some hours for monotonous boring actions. Will be accepted a PR if someone...
> What do you mean, rewrite? Convert .rst to .md. Manual converting is a rewriting. --- > We have https://github.com/jgm/pandoc It also produces the wrong result. ```bash $ ./pandoc.exe -o...
❌  →  ✅  →  --- ```bash $ ./pandoc.exe -o configuration.md configuration.rst --from rst --to gfm [WARNING] Reference not found for 'extractor.*.path-replace' at configuration.rst_chunk_chunk line 1 column...
One more. The most important one. ❌❌❌  →  ✅✅✅  →  Also, now more underscore bugs to fix: ``` $ ./pandoc.exe -o configuration.md configuration.rst --from rst --to...