mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
vidify authorization token
This commit is contained in:
parent
9ffdc98958
commit
953105d08f
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ const baseUrl = 'api.vidify.top';
|
|||
const headers = {
|
||||
referer: 'https://api.vidify.top/',
|
||||
origin: 'https://player.vidify.top',
|
||||
Authorization: 'Bearer chuitya',
|
||||
'User-Agent':
|
||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue