From 82b810ed3609cfda5628a33b98e417847bcf3cc6 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Sun, 2 Nov 2025 21:57:37 +0000 Subject: [PATCH] chore(extractor): register Vidora extractor --- src/extractor/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/extractor/index.ts b/src/extractor/index.ts index 36c6357..6ab5bdd 100644 --- a/src/extractor/index.ts +++ b/src/extractor/index.ts @@ -15,6 +15,7 @@ import { StreamEmbed } from './StreamEmbed'; import { Streamtape } from './Streamtape'; import { SuperVideo } from './SuperVideo'; import { Uqload } from './Uqload'; +import { Vidora } from './Vidora'; import { VidSrc } from './VidSrc'; import { VixSrc } from './VixSrc'; import { Voe } from './Voe'; @@ -41,6 +42,7 @@ export const createExtractors = (fetcher: Fetcher): Extractor[] => { new Streamtape(fetcher), new SuperVideo(fetcher), new Uqload(fetcher), + new Vidora(fetcher), new VidSrc(fetcher, [ // https://vidsrc.domains/ 'vidsrcme.ru', 'vidsrcme.su',