bumped version up to 5.4.5

This commit is contained in:
wukko
2023-04-29 17:11:09 +06:00
parent ce6aa0e1ce
commit 8f27876aee
2 changed files with 2 additions and 3 deletions

View File

@ -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]