-
Notifications
You must be signed in to change notification settings - Fork 31
/
dweb-mirror.config.yaml
54 lines (50 loc) · 1.61 KB
/
dweb-mirror.config.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Example User configuration for dweb mirror
# Note in YAML, indentation is significant, and you can't have multiple spaces after the ":"
apps:
crawl:
tasks:
- identifier: # Iterate over each of these identifiers
- "home"
- "image"
- "movies"
level: "details" # Getting enough to show the details page - i.e. all the thumbnails
search: # Override apps.crawl.opts.defaultDetailsSearch (which would get top 40 tiles)
# To get the details for the 3 most popular i.e. the content required to display it
- sort: "-downloads"
rows: 3
level: "details"
# And tile for top 10
- sort: "-downloads"
rows: 10
level: "tile"
# And get top 40 tiles for Prelinger (as spec in crawl.opts.defaultDetailsSearch)
- identifier: "prelinger"
level: "details"
# And retrieve playable movies for AboutBan1935 and Doctorin1946 that Brewster loves to demo
- identifier:
- AboutBan1935
- Doctorin1946
- commute
- unitednov65unit
- mbid-ac2b87af-2774-4575-a72a-db31c8865264
- paf2007-09-29..c42-sto2.flac16
- bdrc-W3PD1123
- thetaleofpeterra14838gut
- ArtOfCommunitySecondEdition
- EnglishTeluguDictionary
- JourneysInPersiaAndKurdistanVolII
level: details
- identifier:
- bali-lontar-transcribed
level: details
search:
- sort: '-downloads'
rows: 20
level: details
- identifier:
- mitratest
level: details
search:
- sort: '-downloads'
rows: 200
level: details