linkcheck.logger.failures
A failures logger.
Classes
|
Updates a list of failed links. |
- class linkcheck.logger.failures.FailuresLogger(**kwargs)[source]
Bases:
_Logger
Updates a list of failed links. If a link already on the list is found to be working, it is removed. After n days we only have links on the list which failed within those n days.
Initialize with old failures data (if found).
- LoggerArgs = {'filename': '$XDG_DATA_HOME/linkchecker/failures'}
- LoggerName = 'failures'