Skip to content

fix: detect more file extensions correctly#42

Merged
bajankristof merged 2 commits intomainfrom
fix/extname
Apr 1, 2026
Merged

fix: detect more file extensions correctly#42
bajankristof merged 2 commits intomainfrom
fix/extname

Conversation

@bajankristof
Copy link
Copy Markdown
Collaborator

No description provided.

when /\bmpegts(raw)?\b/ then '.ts'
when /\bmpegvideo\b/ then '.mpg'
when /\blive_flv\b/ then '.flv'
when /\basf_o\b/ then '.asf'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is also .3gp which might be worth to add here

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that will already be handled by the else branch

@bajankristof bajankristof merged commit f164250 into main Apr 1, 2026
13 checks passed
@bajankristof bajankristof deleted the fix/extname branch April 1, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants