| 1 | export const AUDIO_EXTENSIONS = |
| 2 | /\.(m4a|m4b|mp4a|mpga|mp2|mp2a|mp3|m2a|m3a|wav|weba|aac|oga|spx)($|\?)/i; |
| 3 | export const VIDEO_EXTENSIONS = /\.(mp4|og[gv]|webm|mov|m4v)(#t=[,\d+]+)?($|\?)/i; |
| 4 | export const HLS_EXTENSIONS = /\.(m3u8)($|\?)/i; |
nothing calls this directly
no test coverage detected