diff options
Diffstat (limited to 'src/vaticannews-va-fix-videos/index.json')
-rw-r--r-- | src/vaticannews-va-fix-videos/index.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/vaticannews-va-fix-videos/index.json b/src/vaticannews-va-fix-videos/index.json new file mode 100644 index 0000000..6ab15bb --- /dev/null +++ b/src/vaticannews-va-fix-videos/index.json @@ -0,0 +1,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 +} |