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)';