dirkf

Results 631 comments of dirkf

> ... **Optional Chaining (?.)** and **Nullish Coalescing (??) operators** ... **NOT [supported by] SeaMonkey

Python library documentation for io.TextIOBase: >buffer > > The underlying binary buffer (a BufferedIOBase instance) that TextIOBase deals with. This is not part of the TextIOBase API and may not...

Fixed in master, but otherwise: ```py import collections try: collections.Callable except AttributeError: import collections.abc collections.Callable = collections.abc.Callable ```

The rules for site support don't cover aesthetics of design or content!

If there is test metadata that you think people might find unpleasant, by all means propose it to be changed to `'md5:....'` format.

Apparently: * at some point (before 2016) Sportschau used a common page format with ARD; * later (2016) it used a common page format with WDR, and currently yt-dl expects...

Exactly. For the moment you can use the [work-around](https://github.com/ytdl-org/youtube-dl/issues/31125#issuecomment-1200340919) or try to find the show at ARD. The first stage of fixing this is to direct a Sportschau URL to...

From https://github.com/ytdl-org/youtube-dl/pull/31172: >Please comment if this fixes the issue #28758, where a user could not download a paid video using cookies from a logged-in browser session. The extractor doesn't support...