diff options
| author | 2023-02-23 05:13:38 +0800 | |
|---|---|---|
| committer | 2023-02-22 22:13:38 +0100 | |
| commit | f3216b61b9d02531dad0d4244563c0d44cdc89ba (patch) | |
| tree | c94a858dd1fb6f23ec7ec24a453598ff259e805b /app/shares.php | |
| parent | 2f9b14354cd9d1b0f72f2fc6c92380b5c514db7a (diff) | |
add archive.org as sharing service (#5096)
Co-authored-by: maTh <math-home@web.de>
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php index aa88c4b6d..117cd4dce 100644 --- a/app/shares.php +++ b/app/shares.php @@ -26,6 +26,13 @@ */ return array( + 'archiveORG' => array( + 'url' => 'https://web.archive.org/save/~LINK~', + 'transform' => array(), + 'help' => 'https://web.archive.org', + 'form' => 'simple', + 'method' => 'GET', + ), 'archivePH' => array( 'url' => 'https://archive.ph/submit/?url=~LINK~', 'transform' => array(), |
