1
Fork 0

faster fetching :3

This commit is contained in:
Ashley 2022-10-11 16:43:22 +02:00
parent 13dd86cc1d
commit 331c87d1b7

View file

@ -27,6 +27,8 @@ module.exports = async function (video_id) {
const dislike = await fetch(`${dislike_api}${video_id}`).then((res) =>
res.json()
);
const dislikes = dislike.dislikes || "none";
const headers = {};
@ -41,6 +43,7 @@ module.exports = async function (video_id) {
var h = await player.text();
var j = toJson(h);
return JSON.parse(j);
break;
} catch (err) {
if (err.status === 503) {
// retry after a bit