mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-31 06:58:34 +00:00
Update catflix
This commit is contained in:
parent
837a6da0b4
commit
19ddec8eed
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
|
||||
// Thanks to Paradox_77 for helping with the decryption
|
||||
|
|
@ -71,7 +70,7 @@ export const turbovidScraper = makeEmbed({
|
|||
headers: {
|
||||
referer: baseUrl,
|
||||
},
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [],
|
||||
captions: [],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue