mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 15:02:50 +00:00
api/stream/shared: add tiktok headers
referer is now required to access video links
This commit is contained in:
parent
61de303dc4
commit
02386544f3
@ -19,6 +19,9 @@ const serviceHeaders = {
|
|||||||
},
|
},
|
||||||
vk: {
|
vk: {
|
||||||
'user-agent': vkClientAgent
|
'user-agent': vkClientAgent
|
||||||
|
},
|
||||||
|
tiktok: {
|
||||||
|
referer: 'https://www.tiktok.com/',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user