mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
add blank spaces lol
This commit is contained in:
parent
624454c134
commit
37531ee37e
@ -11,8 +11,10 @@ const parseXml = async (videoId, headers) => {
|
|||||||
var { data } = await curly.get(`${newApiUrl}?v=${videoId}`, {
|
var { data } = await curly.get(`${newApiUrl}?v=${videoId}`, {
|
||||||
httpHeader: Object.entries(headers).map(([k, v]) => `${k}: ${v}`)
|
httpHeader: Object.entries(headers).map(([k, v]) => `${k}: ${v}`)
|
||||||
});
|
});
|
||||||
|
|
||||||
const json = toJson(data);
|
const json = toJson(data);
|
||||||
return getJson(json);
|
return getJson(json);
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(`Error parsing XML: ${error}`);
|
console.error(`Error parsing XML: ${error}`);
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user