Thomas Perl
                                            Thomas Perl
                                        
                                    Wonder if #518 would help this in any way?
One way to do this by modifying the code (the "duration" in every report will be the same, which is the overall duration of ALL URLs, so it might be...
Both suggestions sound fine to me, patches gladly accepted.
Custom authentication here means special HTTP headers sent with the request? Or something more sophisticated?
> On the other hand... > That may lead to the request module being an irreplaceable dependency. That's fine, it is already a required dependency. > Whatever the request module...
..and i read your request again -- in this case, you probably would like to have a way of adding all the AWS settings and then pass the `AWSRequestsAuth()` object...
One way to do it would be to subclass `jobs.UrlJob` as done in `share/urlwatch/examples/hooks.py.example`: ``` class CustomLoginJob(jobs.UrlJob): """Custom login for my webpage""" __kind__ = 'aws-login' __required__ = ('aws_access_key', 'aws_secret_access_key', ...)...
Granted, it should be in the data folder. Let's keep this open, maybe we can have a migration path (if it exists in the caches folder, use it from there...
No problem, I just wanted to file an issue number so I can link to it from the docs of `urlwatch`, which uses pyppeteer: https://urlwatch.readthedocs.io/en/latest/jobs.html#browser I don't have an ARM...
@fcambus Sorry for bumping this again, but once per quarter is hopefully not too high-frequency, maybe it just got buried in other notifications :) Is this something that can be...