Update Vidmoly.ts

This commit is contained in:
GSTAR 2025-11-28 17:30:54 +01:00 committed by GitHub
parent 6191dceeea
commit ae00b2f5b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,12 @@
import * as cheerio from 'cheerio';
import { NotFoundError } from '../error';
import { Context, Format, Meta, UrlResult } from '../types';
import { Extractor } from './Extractor';
import {
buildMediaFlowProxyExtractorStreamUrl,
guessHeightFromPlaylist,
supportsMediaFlowProxy,
} from '../utils';
import { Extractor } from './Extractor';
export class Vidmoly extends Extractor {
public readonly id = 'Vidmoly';