mirror of
https://github.com/rclone/rclone.git
synced 2025-06-04 03:04:36 +08:00
backend/internetarchive: add support for Internet Archive
This adds support for Internet Archive (archive.org) Items.
This commit is contained in:

committed by
Nick Craig-Wood

parent
211dbe9aee
commit
598364ad0f
@ -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"
|
||||
|
Reference in New Issue
Block a user