mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
bumped version up to 5.4.5
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user