mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(presets/usenet-streamer): add elf emoji to nzb status regex (#504)
This commit is contained in:
@@ -39,7 +39,7 @@ export class UsenetStreamerParser extends StreamParser {
|
||||
stream: Stream,
|
||||
currentParsedStream: ParsedStream
|
||||
): string | undefined {
|
||||
const status = stream.description?.match(/(✅|⚠️|🚫)/g)?.[0];
|
||||
const status = stream.description?.match(/(🧝|✅|⚠️|🚫)/g)?.[0];
|
||||
if (status) return `NZB Health: ${status}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user