| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e6aa91c56ca51a8593b9a58ec5746741888db7f9.
The update of urllib3 to v2.4.0 broke our `yt-dlp` integration.
|
|
|
|
|
|
|
|
|
|
This avoids the dependency on a real std-library (i.e., python3) at
runtime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before, `Video`s where colourized differently, just because the
colourization was not standardized. It now is.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|