blob: f01923d95363bf4814dbac5491b275bf749fa60e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "lingodl",
"version": "1.0.0",
"description": "1. get stream.mpd from npo (starts in vendor.js at some load call) 2. read segment offsets 3. download segment offsets 4. cat them together into mime type file extension (video/mp4) for lingo",
"main": "dl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"puppeteer": "^10.1.0",
"xml2js": "^0.4.23"
}
}
|