wayback_archiver icon indicating copy to clipboard operation
wayback_archiver copied to clipboard

Road to v2

Open buren opened this issue 2 years ago • 7 comments

  • [ ] Optimize for Ruby 3.0, 2.7 is EOL March 31, 2023 so should still be supported in v2 (in my opinion)
  • [ ] #32.
  • [ ] Report functionality
    • [ ] #4 with CSV output for the CLI
    • [ ] Return some report object when used in Ruby
  • [ ] Go for backwards compatibility, might do some breaking chances if the API would be significantly improved
  • [ ] Perhaps support other archiving services, like archive.is
  • [ ] Proper configuration with configure block, WaybackArchiver.configure { |c| ... } instead of using top-level functions like WaybackArchiver.user_agent= (current configuration)
  • [ ] Consider retrying failed requests with some sort of backoff, would need to be configurable (relevant comment)
  • [ ] ... and more

Happy for any input!

buren avatar Jun 24 '22 09:06 buren