From d16fc83c24302d8f08c8bbfc297878c7f6bb5767 Mon Sep 17 00:00:00 2001 From: GSTAR <44748406+GLlgGL@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:44:53 +0100 Subject: [PATCH] Update Vidmoly.ts Give to Caesar what belongs to Caesar. --- src/extractor/Vidmoly.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extractor/Vidmoly.ts b/src/extractor/Vidmoly.ts index f6ee10a..52daf41 100644 --- a/src/extractor/Vidmoly.ts +++ b/src/extractor/Vidmoly.ts @@ -8,6 +8,7 @@ import { } from '../utils'; import { Extractor } from './Extractor'; +/** @see https://github.com/Gujal00/ResolveURL/blob/master/script.module.resolveurl/lib/resolveurl/plugins/vidmoly.py */ export class Vidmoly extends Extractor { public readonly id = 'Vidmoly'; public readonly label = 'VidMoly(MFP)';