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": "accuweather-com-fix",
|
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/accuweather-com-fix",
|
14
|
"definitions": [{
|
15
|
"type": "mapping_and_resource",
|
16
|
"identifier": "accuweather-com-fix",
|
17
|
"long_name": "AccuWeather display fix",
|
18
|
"version": [2022, 6, 30],
|
19
|
"revision": 1,
|
20
|
"description": "Make accuweather.com display its contents without relying on site-served JavaScript.",
|
21
|
"dependencies": [],
|
22
|
"scripts": [{"file": "accuweather.js"}],
|
23
|
"payloads": {
|
24
|
// * https://www.accuweather.com/en/pl/krakow/2-274455_1_al/weather-forecast/2-274455_1_al
|
25
|
// * https://www.accuweather.com/en/us/new-york/10007/weather-forecast/349727
|
26
|
// Or just go https://www.accuweather.com/en/search-locations?query=<NAME_OF_SOME_CITY>
|
27
|
// and select a city from the list.
|
28
|
"https://www.accuweather.com/***": {
|
29
|
"identifier": "accuweather-com-fix"
|
30
|
}
|
31
|
}
|
32
|
}],
|
33
|
"reuse_generate_spdx_report": true
|
34
|
}
|