()
| 15 | } |
| 16 | |
| 17 | async 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 | |
| 26 | async function mixdrop() { |
| 27 | const response = await fetch('https://mdfx9dc8n.net/e/3nl0j0lec477v9', { redirect: 'manual' }); |
nothing calls this directly
no test coverage detected