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

Function mixdrop

webpackConfig/autoUrls.mjs:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26async function mixdrop() {
27 const response = await fetch('https://mdfx9dc8n.net/e/3nl0j0lec477v9', { redirect: 'manual' });
28 const url = new URL(response.headers.get('Location'));
29
30 addPlayerUrls('mixdrop', ['*.' + url.hostname + '/e/*']);
31}
32
33// pages
34

Callers

nothing calls this directly

Calls 3

fetchFunction · 0.85
addPlayerUrlsFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected