mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
faster fetching :3
This commit is contained in:
parent
13dd86cc1d
commit
331c87d1b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user