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