oduwsdl / archivenow

A Tool To Push Web Resources Into Web Archives
MIT License
403 stars 42 forks source link

Some Questions to consider #54

Open BradKML opened 2 years ago

BradKML commented 2 years ago
  1. Observing this line, we can see that it "pushes" links, is it possible to queue multiple items into the archive (and get archives for each link)? https://github.com/oduwsdl/archivenow#python-usage
  2. Can this process be done in a more async fashion, such that it would not halt other processes?