Skip to content

Commit

Permalink
Fix catflix
Browse files Browse the repository at this point in the history
  • Loading branch information
ztpn committed Dec 7, 2024
1 parent c885bcf commit 65db2b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/embeds/turbovid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export const turbovidScraper = makeEmbed({
id: 'primary',
playlist,
headers: {
referer: baseUrl,
referer: `${baseUrl}/`,
origin: baseUrl,
},
flags: [],
captions: [],
Expand Down

0 comments on commit 65db2b0

Please sign in to comment.