mirror of
https://codeberg.org/ashley/poke
synced 2026-04-12 07:27:58 +00:00
make isvalidvideo function moar goodaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
@@ -21,7 +21,6 @@ const getColors = require("get-image-colors");
|
|||||||
|
|
||||||
const wiki = require("wikipedia");
|
const wiki = require("wikipedia");
|
||||||
|
|
||||||
|
|
||||||
// Util functions
|
// Util functions
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -158,7 +157,7 @@ async function video(v) {
|
|||||||
|
|
||||||
|
|
||||||
async function isvalidvideo(v) {
|
async function isvalidvideo(v) {
|
||||||
if (v != "assets") {
|
if (v != "assets" && v != "cdn-cgi" && v != "404") {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user