1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-31 16:33:35 -05:00

add some spaces :3

This commit is contained in:
Ashley 2022-12-24 10:48:00 +00:00
parent 3085c5e5b9
commit 653625c06f

View file

@ -38,6 +38,8 @@ module.exports = async function (video_id) {
*/
async function parsexml(id) {
async function fetchxmlvideo() {
try {
const player = await fetch(`${new_api_url}?v=${id}`, headers);