mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-30 04:19:28 +00:00
feat(media): support explicit fetch media intent
This commit is contained in:
@@ -18,7 +18,12 @@ let MEDIA_DOMAINS = [
|
||||
'v.redd.it',
|
||||
'soundcloud.com',
|
||||
'facebook.com',
|
||||
'fb.watch'
|
||||
'fb.watch',
|
||||
'pornhub.com',
|
||||
'redtube.com',
|
||||
'xhamster.com',
|
||||
'xnxx.com',
|
||||
'xvideos.com'
|
||||
];
|
||||
|
||||
const ACTIVE_DOWNLOAD_STATUSES: ReadonlySet<DownloadStatus> = new Set([
|
||||
|
||||
Reference in New Issue
Block a user