dirkf
dirkf
>>APFS doesn’t allow files to be created with filenames that contain unassigned codepoints in the Unicode 9.0 standard, whereas HFS+ does. Well found: so this is a deliberate self-foot-shooting by...
More treats from Apple: * the [APFS reference documentation](https://developer.apple.com/support/downloads/Apple-File-System-Reference.pdf), linked from the high-level API document at [About Apple File System](https://developer.apple.com/documentation/foundation/file_system/about_apple_file_system), hasn't been updated since 2020 * it refers to a...
The curse of emoji is eternal. But now you know to use `--restrict-filenames` and/or complain to the content creator when this happens again, or try writing your downloads to a...
>The issue is caused by macOS, not the filesystem APFS ... Sure, it's macOS's APFS driver, or whatever the code is, that **interprets** the data from the filesystem. As the...
There is a new API host, and it seems that some new (?) tracks are only available through the new host. PR #32557 should fix this and will be merged...
Apparently "soon" was wrong. You could adapt the instructions [here](https://github.com/ytdl-org/youtube-dl/issues/32798#issuecomment-2144013281), changing the PR number to match, and report whether your issue is fixed at #32557.
You have actually to run the PR code as described in the linked instructions. Plainly this is the installed yt-dl: >`File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 906, in _parse_json return json.loads(json_string)`
Generally, I don't think it's reasonable to expect a download speed significantly higher than would be needed to play the video at the selected resolution. Ofc, if you get it,...
Working in _yt-dlp_ 2023.06.22 but 502 or 429 for me with yt-dl masater. Back-port needed.
The existing yt-dl extractor is completely obsolete. After some work: ```console $ python -m youtube_dl -vF 'https://www.bilibili.com/video/BV1Ac411v7a8' [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug]...