MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

yt-dlp/yt-dlp.ts:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115class HttpClient {
116    static cleanResponseText(text: string): string {
117        if (!text) return text;
118        return text.replace(/^\uFEFF/, '').normalize('NFKC');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected