Project

General

Profile

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

hydrilla-fixes-bundle / src / archive-org-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": "archive-org-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/archive-org-fix-videos",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "archive-org-fix-videos",
17
	"long_name":    "Internet Archive video playback fix",
18
	"uuid":         "95352ce2-38e8-4e65-b572-ac382fb559d1",
19
	"version":      [2022, 2, 18],
20
	"revision":     2,
21
	"description":  "Make videos on archive.org playable without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "internet_archive_video.js"}],
24
	"payloads": {
25
	    // * https://archive.org/details/opensource_movies <- to get testing links
26
	    "https://archive.org/details/*": {
27
		"identifier": "archive-org-fix-videos"
28
	    }
29
	}
30
    }, {
31
	"type":	             "mapping",
32
	"identifier":        "internet-archive-fix-videos",
33
	"long_name":         "Internet Archive video playback fix (transitional package)",
34
	"uuid":	             "90682b76-b264-4576-840f-a27f465bdf7b",
35
	"version":           [2022, 2, 18, 2],
36
	"description":       "This is a transitional package and can be safely removed.",
37
	"required_mappings": [{"identifier": "archive-org-fix-videos"}],
38
	"payloads":          {}
39
    }],
40
    "reuse_generate_spdx_report": true
41
}
(1-1/2)