MCPcopy Index your code
hub / github.com/MALSync/MALSync / voe

Function voe

webpackConfig/autoUrls.mjs:7–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6// players
7async function voe() {
8 const response = await fetch('https://voe.sx/e/2sqxhth1ukzh');
9 const body = await response.text();
10 const loc = body.match(/window\.location\.href = '(.*)'/i);
11
12 const url = new URL(loc[1]);
13
14 addPlayerUrls('voe', [url.hostname + '/e/*']);
15}
16
17async function vidmoly() {
18 const response = await fetch('https://vidmoly.me/embed-1abcdefghi1j.html', {

Callers

nothing calls this directly

Calls 2

fetchFunction · 0.85
addPlayerUrlsFunction · 0.85

Tested by

no test coverage detected