mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
feat: Increase audio and subtitle track extraction limits to 10
This commit is contained in:
@@ -64,9 +64,6 @@ class MediaExtractor:
|
||||
'extension': [
|
||||
('FileInfo', lambda: self.fileinfo_extractor.extract_extension())
|
||||
],
|
||||
'tracks': [
|
||||
('MediaInfo', lambda: self.mediainfo_extractor.extract_tracks())
|
||||
]
|
||||
}
|
||||
|
||||
# Conditions for when a value is considered valid
|
||||
|
||||
Reference in New Issue
Block a user