mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: extract streamExpressionMatched from AIOStream parser
This commit is contained in:
@@ -54,6 +54,7 @@ class AIOStreamsStreamParser extends StreamParser {
|
||||
torrent: aioStream.streamData?.torrent,
|
||||
parsedFile: aioStream.streamData?.parsedFile,
|
||||
keywordMatched: aioStream.streamData?.keywordMatched,
|
||||
streamExpressionMatched: aioStream.streamData?.streamExpressionMatched,
|
||||
regexMatched: aioStream.streamData?.regexMatched,
|
||||
originalName: aioStream.name ?? undefined,
|
||||
originalDescription: (aioStream.description || stream.title) ?? undefined,
|
||||
|
||||
Reference in New Issue
Block a user