backend/internetarchive: add support for Internet Archive

This adds support for Internet Archive (archive.org) Items.
This commit is contained in:
Lesmiscore 2022-04-12 18:38:44 +09:00 committed by Nick Craig-Wood
parent 211dbe9aee
commit 598364ad0f
11 changed files with 1382 additions and 0 deletions

View file

@ -22,6 +22,7 @@ import (
_ "github.com/rclone/rclone/backend/hdfs"
_ "github.com/rclone/rclone/backend/http"
_ "github.com/rclone/rclone/backend/hubic"
_ "github.com/rclone/rclone/backend/internetarchive"
_ "github.com/rclone/rclone/backend/jottacloud"
_ "github.com/rclone/rclone/backend/koofr"
_ "github.com/rclone/rclone/backend/local"