aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-07-23 23:02:25 +0200
committerGravatar GitHub <noreply@github.com> 2024-07-23 23:02:25 +0200
commit2bd8349401f32c09553b72f42b5e1640306ced19 (patch)
tree393c1c734f3c32d832353a8f8d2a74af41cc31b9 /app/shares.php
parentdcd9e69bb4ac5fa8c553cdbf80928710ac17f005 (diff)
New: sharing service archive.is added (#6650)
* archive.is added * // TODO => // IGNORE
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php
index 392f99c40..afbfbde54 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -36,6 +36,13 @@ return [
'form' => 'simple',
'method' => 'GET',
],
+ 'archiveIS' => [
+ 'url' => 'https://archive.is/submit/?url=~LINK~',
+ 'transform' => [],
+ 'help' => 'https://archive.is/',
+ 'form' => 'simple',
+ 'method' => 'GET',
+ ],
'archivePH' => [
'url' => 'https://archive.ph/submit/?url=~LINK~',
'transform' => [],