bumped version up to 5.4.5
This commit is contained in:
parent
ce6aa0e1ce
commit
8f27876aee
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
import { genericUserAgent } from "../../config.js";
|
||||
import crypto from "crypto";
|
||||
|
||||
function bestQuality(arr) {
|
||||
return arr.filter((v) => { if (v["content_type"] === "video/mp4") return true }).sort((a, b) => Number(b.bitrate) - Number(a.bitrate))[0]["url"].split("?")[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue