mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 05:48:57 +01:00
add some spaces :3
This commit is contained in:
parent
ac35d55119
commit
a8449a7ea4
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ module.exports = async function (video_id) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
async function parsexml(id) {
|
async function parsexml(id) {
|
||||||
|
|
||||||
|
|
||||||
async function fetchxmlvideo() {
|
async function fetchxmlvideo() {
|
||||||
try {
|
try {
|
||||||
const player = await fetch(`${new_api_url}?v=${id}`, headers);
|
const player = await fetch(`${new_api_url}?v=${id}`, headers);
|
||||||
|
|
Loading…
Reference in a new issue