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

Function vidmoly

webpackConfig/autoUrls.mjs:17–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17async function vidmoly() {
18 const response = await fetch('https://vidmoly.me/embed-1abcdefghi1j.html', {
19 redirect: 'manual',
20 });
21 const url = new URL(response.headers.get('Location'));
22
23 addPlayerUrls('vidmoly', [url.hostname + '/*']);
24}
25
26async function mixdrop() {
27 const response = await fetch('https://mdfx9dc8n.net/e/3nl0j0lec477v9', { redirect: 'manual' });

Callers

nothing calls this directly

Calls 3

fetchFunction · 0.85
addPlayerUrlsFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected