-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
117 lines (117 loc) · 4.05 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "voddownloader",
"version": "7.3.2",
"description": "test",
"main": "src/index.js",
"dependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"http-server": "^0.12.1",
"npm-scripts-info": "^0.3.9"
},
"devDependencies": {
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-header": "^2.0.9",
"gulp-clean": "^0.4.0",
"gulp-order": "^1.2.0",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-template": "^5.0.0",
"fancy-log": "^1.3.3",
"colors": "^1.4.0"
},
"scripts": {
"build": "gulp",
"dev": "gulp --development",
"start": "http-server -c-1 -p 5011",
"clean": "gulp clean"
},
"scripts-info": {
"build": "Build project.",
"dev": "Build project with some development features.",
"start": "Run development server.",
"clean": "Clean temporary files."
},
"repository": {
"type": "git",
"url": "git+https://github.com/zacny/voddownloader.git"
},
"author": "przymus, zacny",
"license": "MIT",
"bugs": {
"url": "https://github.com/zacny/voddownloader/issues"
},
"homepage": "https://github.com/zacny/voddownloader#readme",
"config": {
"development": {
"resourcesHost": "http://localhost:5011"
},
"production": {
"name": "Skrypt umożliwiający pobieranie materiałów ze znanych serwisów VOD.",
"resourcesHost": "https://gitcdn.link/cdn/zacny/voddownloader/master"
},
"scriptName": "voddownloader.user.js",
"metaName": "voddownloader.meta.js",
"buttonCssName": "voddownloader-buttons.css",
"contentCssName": "voddownloader-content.css",
"mdbWithPathName": "mdb-with-waves-patch.js",
"headers": {
"description": "Skrypt służący do pobierania materiałów ze znanych serwisów VOD.\n// Działa poprawnie tylko z rozszerzeniem Tampermonkey.\n// Cześć kodu pochodzi z:\n// miniskrypt.blogspot.com,\n// miniskrypt.hubaiitv.pl",
"author": "Przmus, zacny",
"namespace": "http://www.ipla.tv/",
"source": "https://github.com/zacny/voddownloader",
"include": [
"/^https://(vod|cyfrowa)\\.tvp\\.pl/video/.*$/",
"/^https?://.*\\.tvp.(pl|info)/sess/TVPlayer2/embed.*$/",
"/^https?://((?!wiadomosci).)*\\.tvp\\.pl/\\d{6,}/.*$/",
"https://www.tvpparlament.pl/sess/*",
"https://polsatgo.pl/*/ogladaj*",
"https://polsatboxgo.pl/*/ogladaj*",
"https://player.pl/*",
"https://*.cda.pl/*",
"https://vod.pl/*",
"https://redir.atmcdn.pl/*",
"https://*.redcdn.pl/file/o2/redefine/partner/*",
"https://partner.ipla.tv/embed/*",
"https://wideo.wp.pl/*",
"https://ninateka.pl/*",
"https://www.arte.tv/*/videos/*",
"https://pulsembed.eu/*",
"https://tv-trwam.pl/local-vods/*"
],
"exclude": [
"http://www.tvp.pl/sess/*",
"/^https?://(bialystok|gorzow|krakow|olsztyn|rzeszow|wroclaw|bydgoszcz|katowice|lublin|opole|szczecin|gdansk|kielce|lodz|poznan|warszawa)\\.tvp.\\pl/.*$/",
"/^https?://.*\\.vod\\.tvp\\.pl/\\d{6,}/.*$/",
"https://www.cda.pl/iframe/*"
],
"grant": [
"GM_getResourceText",
"GM_xmlhttpRequest",
"GM_download",
"GM_setClipboard",
"GM_info"
],
"connect": [
"tvp.pl",
"getmedia.redefine.pl",
"distro.redefine.pl",
"player-api.dreamlab.pl",
"api.arte.tv",
"b2c.redefine.pl",
"player.pl",
"api-trwam.app.insysgo.pl"
],
"run-at": "document-end",
"require": [
"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/platform/1.3.5/platform.min.js",
"https://gitcdn.link/cdn/zacny/voddownloader/master/lib/js/mdb-with-waves-patch.js",
"https://gitcdn.link/cdn/kapetan/jquery-observe/master/jquery-observe.js"
]
}
}
}