fix: resolve P2 and P3 audit findings

This commit is contained in:
NimBold
2026-06-15 14:18:16 +03:30
parent 285ec0a81d
commit 789a8161b2
6 changed files with 157 additions and 28 deletions
+3 -1
View File
@@ -11,8 +11,10 @@ const MEDIA_DOMAINS = [
'instagram.com',
'tiktok.com',
'reddit.com',
'v.redd.it',
'soundcloud.com',
'facebook.com'
'facebook.com',
'fb.watch'
];
export const categoryForFileName = (fileName: string): DownloadCategory => {