linkcheck.logger.failures
A failures logger.
Classes
|
Updates a list of failed links. |
- class linkcheck.logger.failures.FailuresLogger(**kwargs)[source]
Bases:
linkcheck.logger._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.
Intialize with old failures data (if found).
- LoggerArgs = {'filename': '~/.linkchecker/failures'}
- LoggerName = 'failures'