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
| {
| "schema_version": 1,
| "creator": {
| "uid": "10001",
| "name": "示例创作者"
| },
| "page": {
| "dynamic_url": "https://space.bilibili.com/10001/dynamic",
| "profile_url": "https://space.bilibili.com/10001"
| },
| "output": {
| "root": null,
| "intake_root": "../../dev/tmp/bili-article-image-intake",
| "manifest_name": "manifest.jsonl"
| },
| "selection": {
| "date_start": null,
| "date_end": null,
| "window_days": 30,
| "timezone": "Asia/Shanghai",
| "include_types": [
| "article",
| "text",
| "image"
| ]
| },
| "readiness": {
| "deadline_seconds": 120,
| "observation_interval_ms": 500,
| "stable_observations": 3
| },
| "rerun": {
| "policy": "verify_only"
| },
| "verification": {
| "summary_path": null
| },
| "limits": {
| "max_items": 500,
| "max_body_bytes": 8388608,
| "max_images_per_item": 20,
| "max_image_bytes": 52428800
| }
| }
|
|