mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: extract size for nuviostreams
This commit is contained in:
@@ -31,6 +31,8 @@ class NuvioStreamsStreamParser extends StreamParser {
|
||||
parsedStream.filename = stream.description?.split('\n')[0];
|
||||
parsedStream.folderName = undefined;
|
||||
|
||||
parsedStream.size = this.getSize(stream, parsedStream);
|
||||
|
||||
parsedStream.message = stream.name
|
||||
?.replace(/\d+p?/gi, '')
|
||||
?.trim()
|
||||
|
||||
Reference in New Issue
Block a user