api/stream/shared: add tiktok headers

referer is now required to access video links
This commit is contained in:
wukko 2025-07-10 18:19:18 +06:00
parent 61de303dc4
commit 02386544f3
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -19,6 +19,9 @@ const serviceHeaders = {
},
vk: {
'user-agent': vkClientAgent
},
tiktok: {
referer: 'https://www.tiktok.com/',
}
}