Project

General

Profile

Download (1.25 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / vaticannews-va-fix-videos / index.json @ ecc6c218

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
// Available under the terms of Creative Commons Zero v1.0 Universal.
5

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "vaticannews-va-fix-videos",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/CC0-1.0.txt"}
12
    ],
13
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/vaticannews-va-fix-videos",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "vaticannews-va-fix-videos",
17
	"long_name":    "Vatican News videos yewtu.be redirection",
18
	"version":      [2022, 2, 18],
19
	"revision":     2,
20
	"description":  "Watch vaticannews.va embedded YouTube videos on yewtu.be instead.",
21
	"dependencies": [{"identifier": "yewtube-urls"}],
22
	"scripts":      [{"file": "vaticannews_videos.js"}],
23
	"payloads": {
24
	    // * https://www.vaticannews.va/en/vatican-city/news/2022-02/caritas-cambodia-retreat-czerny-video-message-care-fraternity.html
25
	    // Or just go to vaticannews.va and look for some article with a
26
	    // video in it.
27
	    "https://www.vaticannews.va/***": {
28
		"identifier": "vaticannews-va-fix-videos"
29
	    }
30
	}
31
    }],
32
    "reuse_generate_spdx_report": true
33
}
(1-1/2)