dirkf

Results 1631 comments of dirkf

[Historical issue](https://github.com/ytdl-org/youtube-dl/issues/12292) was with Termux. In this one, is it possible that the failure to set `utime` causes the temporary file (that the next step would have moved) to be...

This is really a problem with the Digiteka extractor. In the first example page, the video is in an `` that loads https://www.ultimedia.com/deliver/generic/iframe/mdtk/01185017/zone/1/src/xv0plvf. In this page, the media info is...

I'm talking about extraction of the manually extracted embed URL as shown. As described, forcing Generic on the original problem URL just causes the embed URL not to be found,...

Also, the /direct link is a playlist of now/next shows that seems to be specific to tebeo.bzh (eg, the trending list at www.ultimedia.com doesn't have the same structure). But the...

If we're going to support the extended parameter syntax in RFCs 6266/5987 (the latter has been updated by RFC 8187, but it's the normative reference for 6266), we'd better do...

This fragment (as updated) could do the trick ``` m = re.match(r'''(?xi) attachment;\s* (?:filename\s*=[^;]+?;\s*)? # possible initial filename=...;, ignored filename(?P\*)?\s*=\s* # filename/filename* = (?(x)(?P\S+?)'[\w-]*'|(?P")?) # if * then charset'...' else...

> Thank you very much! I have tested it, it works, but the semicolon was forgotten. Either we use rstrip to remove the semicolon or one builds it yet into...

There was #5699 and related upstream issue, but that was macOS 13.

Previously, the problem went away when APFS and Python agreed about the Unicode version, which required the OS (I believe) to be upgraded. We tried a test like this, which...

It doesn't seem likely since the error is being reported by `os.open()`. But you can try creating a file with the `splatter` character in any other terminal application. There seems...