diff options
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(), |
