mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 12:53:44 +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");
|
||||
|
||||
|
||||
// Util functions
|
||||
|
||||
/*
|
||||
@@ -158,8 +157,8 @@ async function video(v) {
|
||||
|
||||
|
||||
async function isvalidvideo(v) {
|
||||
if (v != "assets") {
|
||||
return true;
|
||||
if (v != "assets" && v != "cdn-cgi" && v != "404") {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user