-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathait.yaml
42 lines (31 loc) · 1.16 KB
/
ait.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
version: '1.0'
webarchives:
# Archive-It All Collection Access
ait:
name: 'Archive-It'
about: 'https://archive-it.org/'
apis:
memento:
timegate: 'https://wayback.archive-it.org/all/'
timemap: 'https://wayback.archive-it.org/all/timemap/link/'
cdx:
query: 'https://wayback.archive-it.org/cdx?url={url}'
wayback:
calendar: 'https://wayback.archive-it.org/all/*/'
replay:
rewritten: 'https://wayback.archive-it.org/all/{timestamp}/{url}'
raw: 'https://wayback.archive-it.org/all/{timestamp}id_/{url}'
# Archive-It Per-Collection Access
ait_coll:
name: 'Archive-It Collection'
about: 'https://archive-it.org/collections/'
# collection can be any number
collections: '\d+'
apis:
cdx:
query: 'https://wayback.archive-it.org/cdx?url={url}&filter=filename:ARCHIVEIT-({collection})-.*'
wayback:
calendar: 'https://wayback.archive-it.org/{collection}/*/'
replay:
rewritten: 'https://wayback.archive-it.org/{collection}/{timestamp}/{url}'
raw: 'https://wayback.archive-it.org/{collection}/{timestamp}id_/{url}'