You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Now that we have http status as part of the ArchiveRecord class, it may make sense to include methods to filter and or keep record with particular status codes.
Describe alternatives you've considered @edsu also suggested that users may already expect certain Http Statuses (e.g. 410) to be removed from .keepValidPages() as well.
Additional context
See discussion in ArchivesUnleashed Slack Aut Channel.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Now that we have http status as part of the ArchiveRecord class, it may make sense to include methods to filter and or keep record with particular status codes.
Describe the solution you'd like
Something like:
and same for
.keepHttpStatus
Describe alternatives you've considered
@edsu also suggested that users may already expect certain Http Statuses (e.g. 410) to be removed from
.keepValidPages()
as well.Additional context
See discussion in ArchivesUnleashed Slack Aut Channel.
The text was updated successfully, but these errors were encountered: