Files
auto-archiver/tests/__init__.py
Patrick Robertson d6b4b7a932 Further cleanup
* Removes (partly) the ArchivingOrchestrator
* Removes the cli_feeder module, and makes it the 'default', allowing you to pass URLs directly on the command line, without having to use the cumbersome --cli_feeder.urls. Just do auto-archiver https://my.url.com
* More unit tests
* Improved error handling
2025-01-30 16:44:40 +01:00

5 lines
113 B
Python

import tempfile
from auto_archiver.core.context import ArchivingContext
ArchivingContext.reset(full_reset=True)