muriel 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/catpea_www/.muriel-manifest.json +366 -0
- package/examples/muriel-blog-maker/blog.js +78 -761
- package/examples/muriel-blog-maker/lib.js +165 -0
- package/examples/muriel-blog-maker/transforms/collect-post/index.js +40 -0
- package/examples/muriel-blog-maker/transforms/copy-files/index.js +55 -0
- package/examples/muriel-blog-maker/transforms/homepage/index.js +91 -0
- package/examples/muriel-blog-maker/transforms/pagerizer/index.js +115 -0
- package/examples/muriel-blog-maker/transforms/post-scanner/index.js +51 -0
- package/examples/muriel-blog-maker/transforms/process-audio/index.js +80 -0
- package/examples/muriel-blog-maker/transforms/process-cover/index.js +59 -0
- package/examples/muriel-blog-maker/transforms/process-text/index.js +81 -0
- package/examples/muriel-blog-maker/transforms/rss-feed/index.js +57 -0
- package/examples/muriel-blog-maker/transforms/skip-unchanged/index.js +149 -0
- package/examples/muriel-blog-maker/transforms/verify-post/index.js +40 -0
- package/package.json +1 -1
|
@@ -0,0 +1,366 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"configHash": "4334d284663296411f31a0421e4d6b6c0511ee0430a1a9db86e1cfa2872cd911",
|
|
4
|
+
"posts": {
|
|
5
|
+
"poem-1001": {
|
|
6
|
+
"compositeHash": "6715a83bc29b60037c7cf96e946a86d2b62f551d06e8e75da3f66eed281c4513",
|
|
7
|
+
"files": {
|
|
8
|
+
"audio.mp3": {
|
|
9
|
+
"mtime": 1770321388663.5708,
|
|
10
|
+
"size": 3947444,
|
|
11
|
+
"hash": "1ac432bdc39fd1fd56e60db15e6c09b7b12d2014e5e646c1757b83901783abec"
|
|
12
|
+
},
|
|
13
|
+
"cover.jpg": {
|
|
14
|
+
"mtime": 1770321388663.7854,
|
|
15
|
+
"size": 541318,
|
|
16
|
+
"hash": "d33e976401350485b33b744580cff2039defccc9fa3c4e06cf91f7d2163a1d48"
|
|
17
|
+
},
|
|
18
|
+
"post.json": {
|
|
19
|
+
"mtime": 1770321388663.9695,
|
|
20
|
+
"size": 311,
|
|
21
|
+
"hash": "25686c8858fa7350f8b2d5f72b03c64eaefd3e4e8f1c6f37350e3055c121a80c"
|
|
22
|
+
},
|
|
23
|
+
"text.md": {
|
|
24
|
+
"mtime": 1770321388663.9695,
|
|
25
|
+
"size": 1283,
|
|
26
|
+
"hash": "ff971ec162528681d1ab586f50b3ec194385809d368dae2194e2c5e9a5e25cd6"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"results": {
|
|
30
|
+
"coverResult": {
|
|
31
|
+
"success": true,
|
|
32
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/d0ee9d67-040d-41b6-8ee6-0913cd195b2d/cover.avif",
|
|
33
|
+
"url": "/permalink/d0ee9d67-040d-41b6-8ee6-0913cd195b2d/cover.avif",
|
|
34
|
+
"size": 109011
|
|
35
|
+
},
|
|
36
|
+
"audioResult": {
|
|
37
|
+
"success": true,
|
|
38
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/audio/5/docs/poem-1001.mp3",
|
|
39
|
+
"url": "https://catpea.github.io/chapter-15/poem-1001.mp3",
|
|
40
|
+
"size": 1325895,
|
|
41
|
+
"reduction": 66.4
|
|
42
|
+
},
|
|
43
|
+
"textResult": {
|
|
44
|
+
"success": true,
|
|
45
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/d0ee9d67-040d-41b6-8ee6-0913cd195b2d/index.html",
|
|
46
|
+
"htmlLength": 2238
|
|
47
|
+
},
|
|
48
|
+
"filesResult": {
|
|
49
|
+
"skipped": true,
|
|
50
|
+
"reason": "no files dir"
|
|
51
|
+
},
|
|
52
|
+
"valid": true,
|
|
53
|
+
"errors": [],
|
|
54
|
+
"collectedPost": {
|
|
55
|
+
"postId": "poem-1001",
|
|
56
|
+
"guid": "d0ee9d67-040d-41b6-8ee6-0913cd195b2d",
|
|
57
|
+
"valid": true,
|
|
58
|
+
"errors": [],
|
|
59
|
+
"postData": {
|
|
60
|
+
"id": "poem-1001",
|
|
61
|
+
"guid": "d0ee9d67-040d-41b6-8ee6-0913cd195b2d",
|
|
62
|
+
"chapter": 5,
|
|
63
|
+
"title": "Little By Little; Or, To Live Above The Common Levels Of Life",
|
|
64
|
+
"description": null,
|
|
65
|
+
"date": "2022-11-27T04:25:38.628Z",
|
|
66
|
+
"lastmod": null,
|
|
67
|
+
"artwork": [
|
|
68
|
+
"https://unsplash.com/photos/TvpTk9m5H1E"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"coverUrl": "/permalink/d0ee9d67-040d-41b6-8ee6-0913cd195b2d/cover.avif",
|
|
72
|
+
"audioUrl": "https://catpea.github.io/chapter-15/poem-1001.mp3",
|
|
73
|
+
"permalinkUrl": "/permalink/d0ee9d67-040d-41b6-8ee6-0913cd195b2d/"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"poem-1004": {
|
|
78
|
+
"compositeHash": "0e094d783dd770333fc2ad7315e6971b3ff2925e7895555025b62a619b094f40",
|
|
79
|
+
"files": {
|
|
80
|
+
"audio.mp3": {
|
|
81
|
+
"mtime": 1770321388671.8887,
|
|
82
|
+
"size": 2972368,
|
|
83
|
+
"hash": "2c279e07095e0c1cf88dcfa82220e4976ba76380e747a66851f878f9fdf5b952"
|
|
84
|
+
},
|
|
85
|
+
"cover.jpg": {
|
|
86
|
+
"mtime": 1770321388672.2324,
|
|
87
|
+
"size": 310641,
|
|
88
|
+
"hash": "3d78f4cce735ec0cd2d4acff69cfaa070c1b2a941370781edad791017492cf51"
|
|
89
|
+
},
|
|
90
|
+
"post.json": {
|
|
91
|
+
"mtime": 1770321388672.7017,
|
|
92
|
+
"size": 353,
|
|
93
|
+
"hash": "69de9df29ae2f8a3c577dab12cae142d0317d44abfc4e7e2131de1a819786223"
|
|
94
|
+
},
|
|
95
|
+
"text.md": {
|
|
96
|
+
"mtime": 1770321388672.7017,
|
|
97
|
+
"size": 1862,
|
|
98
|
+
"hash": "6cf8f0ad86dc0299aaab5d7f0c261da9606661fb93e086bb85b814bd6545cdfa"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"results": {
|
|
102
|
+
"coverResult": {
|
|
103
|
+
"success": true,
|
|
104
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/17f655e8-1a02-4040-94da-7e9ff2da9bb1/cover.avif",
|
|
105
|
+
"url": "/permalink/17f655e8-1a02-4040-94da-7e9ff2da9bb1/cover.avif",
|
|
106
|
+
"size": 274128
|
|
107
|
+
},
|
|
108
|
+
"audioResult": {
|
|
109
|
+
"success": true,
|
|
110
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/audio/5/docs/poem-1004.mp3",
|
|
111
|
+
"url": "https://catpea.github.io/chapter-15/poem-1004.mp3",
|
|
112
|
+
"size": 1043753,
|
|
113
|
+
"reduction": 64.9
|
|
114
|
+
},
|
|
115
|
+
"textResult": {
|
|
116
|
+
"success": true,
|
|
117
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/17f655e8-1a02-4040-94da-7e9ff2da9bb1/index.html",
|
|
118
|
+
"htmlLength": 2898
|
|
119
|
+
},
|
|
120
|
+
"filesResult": {
|
|
121
|
+
"skipped": true,
|
|
122
|
+
"reason": "no files dir"
|
|
123
|
+
},
|
|
124
|
+
"valid": true,
|
|
125
|
+
"errors": [],
|
|
126
|
+
"collectedPost": {
|
|
127
|
+
"postId": "poem-1004",
|
|
128
|
+
"guid": "17f655e8-1a02-4040-94da-7e9ff2da9bb1",
|
|
129
|
+
"valid": true,
|
|
130
|
+
"errors": [],
|
|
131
|
+
"postData": {
|
|
132
|
+
"id": "poem-1004",
|
|
133
|
+
"guid": "17f655e8-1a02-4040-94da-7e9ff2da9bb1",
|
|
134
|
+
"chapter": 5,
|
|
135
|
+
"title": "Confusing Programming Can Be Pretty Colorful If You Build Everything Out Of Interesting Little Machines",
|
|
136
|
+
"description": null,
|
|
137
|
+
"date": "2022-11-30T04:11:09.289Z",
|
|
138
|
+
"lastmod": null,
|
|
139
|
+
"artwork": [
|
|
140
|
+
"https://unsplash.com/photos/vuAkRNH4sGA"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"coverUrl": "/permalink/17f655e8-1a02-4040-94da-7e9ff2da9bb1/cover.avif",
|
|
144
|
+
"audioUrl": "https://catpea.github.io/chapter-15/poem-1004.mp3",
|
|
145
|
+
"permalinkUrl": "/permalink/17f655e8-1a02-4040-94da-7e9ff2da9bb1/"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"poem-1005": {
|
|
150
|
+
"compositeHash": "9e61d9adcdbf0f511eaf5cc44810e274e7cc57f7d99c389b095732677296f0f9",
|
|
151
|
+
"files": {
|
|
152
|
+
"audio.mp3": {
|
|
153
|
+
"mtime": 1770321388674.134,
|
|
154
|
+
"size": 7287177,
|
|
155
|
+
"hash": "861bbcc081f4a378b86184cffe4bfe7632be7ca724b84d6242774666ef51add1"
|
|
156
|
+
},
|
|
157
|
+
"cover.jpg": {
|
|
158
|
+
"mtime": 1770321388674.279,
|
|
159
|
+
"size": 509184,
|
|
160
|
+
"hash": "5e4317a39b4855cbb144fdc599dc71795770779d1f706525cb14525e479a5fb4"
|
|
161
|
+
},
|
|
162
|
+
"post.json": {
|
|
163
|
+
"mtime": 1770321388674.4119,
|
|
164
|
+
"size": 320,
|
|
165
|
+
"hash": "093c9a24e6a7b9a654958fa0b8ede2b6d8be75114336909a2cd2061146626eb7"
|
|
166
|
+
},
|
|
167
|
+
"text.md": {
|
|
168
|
+
"mtime": 1770321388674.4119,
|
|
169
|
+
"size": 2540,
|
|
170
|
+
"hash": "54588e268459278b034c697f2b29399eff2b8f1b82e0b080b80ab1e4044e7a2e"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"results": {
|
|
174
|
+
"coverResult": {
|
|
175
|
+
"success": true,
|
|
176
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/3c110103-9606-43fe-ba72-75a5045f8a0a/cover.avif",
|
|
177
|
+
"url": "/permalink/3c110103-9606-43fe-ba72-75a5045f8a0a/cover.avif",
|
|
178
|
+
"size": 54218
|
|
179
|
+
},
|
|
180
|
+
"audioResult": {
|
|
181
|
+
"success": true,
|
|
182
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/audio/5/docs/poem-1005.mp3",
|
|
183
|
+
"url": "https://catpea.github.io/chapter-15/poem-1005.mp3",
|
|
184
|
+
"size": 2555933,
|
|
185
|
+
"reduction": 64.9
|
|
186
|
+
},
|
|
187
|
+
"textResult": {
|
|
188
|
+
"success": true,
|
|
189
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/3c110103-9606-43fe-ba72-75a5045f8a0a/index.html",
|
|
190
|
+
"htmlLength": 3569
|
|
191
|
+
},
|
|
192
|
+
"filesResult": {
|
|
193
|
+
"skipped": true,
|
|
194
|
+
"reason": "no files dir"
|
|
195
|
+
},
|
|
196
|
+
"valid": true,
|
|
197
|
+
"errors": [],
|
|
198
|
+
"collectedPost": {
|
|
199
|
+
"postId": "poem-1005",
|
|
200
|
+
"guid": "3c110103-9606-43fe-ba72-75a5045f8a0a",
|
|
201
|
+
"valid": true,
|
|
202
|
+
"errors": [],
|
|
203
|
+
"postData": {
|
|
204
|
+
"id": "poem-1005",
|
|
205
|
+
"guid": "3c110103-9606-43fe-ba72-75a5045f8a0a",
|
|
206
|
+
"chapter": 5,
|
|
207
|
+
"title": "Prototyping And Coding Your First Web Operating System and Web Desktop",
|
|
208
|
+
"description": null,
|
|
209
|
+
"date": "2022-12-01T04:06:47.823Z",
|
|
210
|
+
"lastmod": null,
|
|
211
|
+
"artwork": [
|
|
212
|
+
"https://unsplash.com/photos/64YrPKiguAE"
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"coverUrl": "/permalink/3c110103-9606-43fe-ba72-75a5045f8a0a/cover.avif",
|
|
216
|
+
"audioUrl": "https://catpea.github.io/chapter-15/poem-1005.mp3",
|
|
217
|
+
"permalinkUrl": "/permalink/3c110103-9606-43fe-ba72-75a5045f8a0a/"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"poem-1003": {
|
|
222
|
+
"compositeHash": "e41d8865afd9bc0dd3d41dea6d944d56c62f8ad5f897392973521babc82ab6a0",
|
|
223
|
+
"files": {
|
|
224
|
+
"audio.mp3": {
|
|
225
|
+
"mtime": 1770321388668.4753,
|
|
226
|
+
"size": 8635341,
|
|
227
|
+
"hash": "0fd28140c8a085308635b72332a3994665805898a0f904acad7f560d0ac1f93c"
|
|
228
|
+
},
|
|
229
|
+
"cover.jpg": {
|
|
230
|
+
"mtime": 1770321388668.6865,
|
|
231
|
+
"size": 215096,
|
|
232
|
+
"hash": "37c0d2e353f85f436a877af2856b88fa1e17875efe8e13d9e7e08fb338720e24"
|
|
233
|
+
},
|
|
234
|
+
"post.json": {
|
|
235
|
+
"mtime": 1770321388668.875,
|
|
236
|
+
"size": 277,
|
|
237
|
+
"hash": "3f72a82af449174047a1338f5cd80e45f8b4da70a48e16370c6c7ac4191b2a17"
|
|
238
|
+
},
|
|
239
|
+
"text.md": {
|
|
240
|
+
"mtime": 1770321388668.875,
|
|
241
|
+
"size": 3545,
|
|
242
|
+
"hash": "acdf38771363c2eb5bcd6967d97d600b79ff2787d5efa59546f46ff39850dd36"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"results": {
|
|
246
|
+
"coverResult": {
|
|
247
|
+
"success": true,
|
|
248
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/7c262035-1b1e-4b9c-ac3e-c1f9b2583538/cover.avif",
|
|
249
|
+
"url": "/permalink/7c262035-1b1e-4b9c-ac3e-c1f9b2583538/cover.avif",
|
|
250
|
+
"size": 104642
|
|
251
|
+
},
|
|
252
|
+
"audioResult": {
|
|
253
|
+
"success": true,
|
|
254
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/audio/5/docs/poem-1003.mp3",
|
|
255
|
+
"url": "https://catpea.github.io/chapter-15/poem-1003.mp3",
|
|
256
|
+
"size": 2986536,
|
|
257
|
+
"reduction": 65.4
|
|
258
|
+
},
|
|
259
|
+
"textResult": {
|
|
260
|
+
"success": true,
|
|
261
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/7c262035-1b1e-4b9c-ac3e-c1f9b2583538/index.html",
|
|
262
|
+
"htmlLength": 4501
|
|
263
|
+
},
|
|
264
|
+
"filesResult": {
|
|
265
|
+
"skipped": true,
|
|
266
|
+
"reason": "no files dir"
|
|
267
|
+
},
|
|
268
|
+
"valid": true,
|
|
269
|
+
"errors": [],
|
|
270
|
+
"collectedPost": {
|
|
271
|
+
"postId": "poem-1003",
|
|
272
|
+
"guid": "7c262035-1b1e-4b9c-ac3e-c1f9b2583538",
|
|
273
|
+
"valid": true,
|
|
274
|
+
"errors": [],
|
|
275
|
+
"postData": {
|
|
276
|
+
"id": "poem-1003",
|
|
277
|
+
"guid": "7c262035-1b1e-4b9c-ac3e-c1f9b2583538",
|
|
278
|
+
"chapter": 5,
|
|
279
|
+
"title": "You Must Unlock Your Genius",
|
|
280
|
+
"description": null,
|
|
281
|
+
"date": "2022-11-29T04:28:54.843Z",
|
|
282
|
+
"lastmod": null,
|
|
283
|
+
"artwork": [
|
|
284
|
+
"https://unsplash.com/photos/6EdFFNU4Qlw"
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
"coverUrl": "/permalink/7c262035-1b1e-4b9c-ac3e-c1f9b2583538/cover.avif",
|
|
288
|
+
"audioUrl": "https://catpea.github.io/chapter-15/poem-1003.mp3",
|
|
289
|
+
"permalinkUrl": "/permalink/7c262035-1b1e-4b9c-ac3e-c1f9b2583538/"
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"poem-1002": {
|
|
294
|
+
"compositeHash": "282c701c825d371d946258a0b1bf9dbf77057fdcdc377cd2ee8d1dcd4954173e",
|
|
295
|
+
"files": {
|
|
296
|
+
"audio.mp3": {
|
|
297
|
+
"mtime": 1770321388665.9543,
|
|
298
|
+
"size": 24097197,
|
|
299
|
+
"hash": "e32492dddd818331cabbd7d5e2f8eda3d780a92d04cf6dfe99d05727440030a7"
|
|
300
|
+
},
|
|
301
|
+
"cover.jpg": {
|
|
302
|
+
"mtime": 1770321388666.1982,
|
|
303
|
+
"size": 327475,
|
|
304
|
+
"hash": "46d2aad492fa446624bf30ed89f56f888ea79ca682e2686bb7b1b27b6942e414"
|
|
305
|
+
},
|
|
306
|
+
"post.json": {
|
|
307
|
+
"mtime": 1770321388666.4639,
|
|
308
|
+
"size": 315,
|
|
309
|
+
"hash": "f2a340e7ce7b23b5ccfe53cf4cc25a98886ac8ecc2e9839ca704386869a6ab72"
|
|
310
|
+
},
|
|
311
|
+
"text.md": {
|
|
312
|
+
"mtime": 1770321388666.4639,
|
|
313
|
+
"size": 2924,
|
|
314
|
+
"hash": "545f1a5b98b1a5b4267198c14b6b3becdb4c1ea662a5fcc794d0745e9999325b"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"results": {
|
|
318
|
+
"coverResult": {
|
|
319
|
+
"success": true,
|
|
320
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/93be5330-7fc4-4bd2-b7e4-1d5efc024cca/cover.avif",
|
|
321
|
+
"url": "/permalink/93be5330-7fc4-4bd2-b7e4-1d5efc024cca/cover.avif",
|
|
322
|
+
"size": 185760
|
|
323
|
+
},
|
|
324
|
+
"audioResult": {
|
|
325
|
+
"success": true,
|
|
326
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/audio/5/docs/poem-1002.mp3",
|
|
327
|
+
"url": "https://catpea.github.io/chapter-15/poem-1002.mp3",
|
|
328
|
+
"size": 8285538,
|
|
329
|
+
"reduction": 65.6
|
|
330
|
+
},
|
|
331
|
+
"textResult": {
|
|
332
|
+
"success": true,
|
|
333
|
+
"path": "/home/meow/Universe/Development/npm/muriel/examples/catpea-blog-sample-data/dist/catpea_www/permalink/93be5330-7fc4-4bd2-b7e4-1d5efc024cca/index.html",
|
|
334
|
+
"htmlLength": 4023
|
|
335
|
+
},
|
|
336
|
+
"filesResult": {
|
|
337
|
+
"skipped": true,
|
|
338
|
+
"reason": "no files dir"
|
|
339
|
+
},
|
|
340
|
+
"valid": true,
|
|
341
|
+
"errors": [],
|
|
342
|
+
"collectedPost": {
|
|
343
|
+
"postId": "poem-1002",
|
|
344
|
+
"guid": "93be5330-7fc4-4bd2-b7e4-1d5efc024cca",
|
|
345
|
+
"valid": true,
|
|
346
|
+
"errors": [],
|
|
347
|
+
"postData": {
|
|
348
|
+
"id": "poem-1002",
|
|
349
|
+
"guid": "93be5330-7fc4-4bd2-b7e4-1d5efc024cca",
|
|
350
|
+
"chapter": 5,
|
|
351
|
+
"title": "We Are Star Babies; Or, The World Needs You To Unlock Your Genius",
|
|
352
|
+
"description": null,
|
|
353
|
+
"date": "2022-11-28T00:43:31.853Z",
|
|
354
|
+
"lastmod": null,
|
|
355
|
+
"artwork": [
|
|
356
|
+
"https://unsplash.com/photos/AmkpzghJ5eo"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"coverUrl": "/permalink/93be5330-7fc4-4bd2-b7e4-1d5efc024cca/cover.avif",
|
|
360
|
+
"audioUrl": "https://catpea.github.io/chapter-15/poem-1002.mp3",
|
|
361
|
+
"permalinkUrl": "/permalink/93be5330-7fc4-4bd2-b7e4-1d5efc024cca/"
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|