Henrik Heimbuerger
Henrik Heimbuerger
### Before submitting a *pull request* make sure you have: - [X] At least skimmed through [contributing guidelines](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#developer-instructions) including [yt-dlp coding conventions](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#yt-dlp-coding-conventions) - [X] [Searched](https://github.com/yt-dlp/yt-dlp/search?q=is%3Apr&type=Issues) the bugtracker for similar pull...
For me, the container just stops doing anything randomly at some point. Does anybody else have this and/or knows a solution? Right now, I've had it running for seven days...
How is the automatic version upgrade supposed to work? I just started this image for the first time and it ran CrashPlan 4.4.1 (whereas 4.5.2 seems to be the latest...
### Background If all reliable methods of identifying a timestamp for a photo fail (in particular the extraction from the metadata json), photos currently receive the timestamp of the time...
In [djcelery/__init__.py:20](https://github.com/celery/django-celery/blob/master/djcelery/__init__.py#L20), the function `setup_loader()` sets the `CELERY_LOADER` environment variable. However, the file has `from __future__ import unicode_literals`, so both key and values are actually set to unicode strings, while...
I believe the `DatabaseScheduler` does not support the `expires` option properly. After struggling to make it work experimentally, I checked the source and couldn't find a place where this would...
My understanding was that urllib3's `HTTPResponse` is supposed to behave according to the file-like object protocol if `preload_content=False`. In particular, I would like to hand it over to another library...
I am fully aware that this isn't a 'merge as seen' PR. It's more of an unsorted collection of hacks and workarounds that I applied to my local fork of...
#### Motivation We need the ability to persist the state of the datepicker across page loads. This presents a major UX problem related to presets: if the user selects a...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information *NOTE: This is based on the unmerged branch [fix-nebula-extractor](https://github.com/hheimbuerger/yt-dlp/tree/fix-nebula-extractor) (apologies for the unspecific...