Fixed pagination for Killergram, added pagination to actor profiles, added Killergram Platinum. Added experimental m3u8 stream support.

This commit is contained in:
2020-07-10 02:01:23 +02:00
parent 067c4a62ff
commit 4c551cc15f
7 changed files with 280 additions and 68 deletions

View File

@@ -98,7 +98,6 @@
"knex": "^0.20.10",
"knex-migrate": "^1.7.4",
"longjohn": "^0.2.12",
"m3u8stream": "^0.7.1",
"mime": "^2.4.4",
"moment": "^2.24.0",
"nanoid": "^2.1.11",
@@ -125,6 +124,7 @@
"vuex": "^3.1.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2",
"yargs": "^13.3.0"
"yargs": "^13.3.0",
"youtube-dl": "^3.0.2"
}
}