bro changed the authorization and made the old one return a sex m3u8 link

This commit is contained in:
lew 2025-08-09 15:16:16 +01:00 committed by GitHub
parent 2bec030d20
commit b0167b232f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,9 @@ import { EmbedOutput, makeEmbed } from '../base';
const baseUrl = 'api.vidify.top';
const headers = {
referer: 'https://api.vidify.top/',
referer: 'https://player.vidify.top/',
origin: 'https://player.vidify.top',
Authorization: 'Bearer chuitya',
Authorization: 'Bearer scraper_ki_ma_ka_server',
'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',
};