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
|
// SPDX-License-Identifier: CC0-1.0
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
// Available under the terms of Creative Commons Zero v1.0 Universal.
{
"$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
"source_name": "vaticannews-va-fix-videos",
"copyright": [
{"file": "report.spdx"},
{"file": "LICENSES/CC0-1.0.txt"}
],
"upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/vaticannews-va-fix-videos",
"definitions": [{
"type": "mapping_and_resource",
"identifier": "vaticannews-va-fix-videos",
"long_name": "Vatican News videos yewtu.be redirection",
"version": [2022, 2, 18],
"revision": 2,
"description": "Watch vaticannews.va embedded YouTube videos on yewtu.be instead.",
"dependencies": [{"identifier": "yewtube-urls"}],
"scripts": [{"file": "vaticannews_videos.js"}],
"payloads": {
// * https://www.vaticannews.va/en/vatican-city/news/2022-02/caritas-cambodia-retreat-czerny-video-message-care-fraternity.html
// Or just go to vaticannews.va and look for some article with a
// video in it.
"https://www.vaticannews.va/***": {
"identifier": "vaticannews-va-fix-videos"
}
}
}],
"reuse_generate_spdx_report": true
}
|