mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-13 08:48:26 +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…
Reference in New Issue
Block a user