18 lines
705 B
Python
Executable File
18 lines
705 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
headers = {
|
|
'accept': '*/*',
|
|
'accept-language': 'en,en-US;q=0.9,zh-CN;q=0.8,zh;q=0.7,zh-TW;q=0.6',
|
|
'content-type': 'application/json; charset=utf-8',
|
|
'dnt': '1',
|
|
'origin': 'https://webapp.songy.info',
|
|
'priority': 'u=1, i',
|
|
'referer': 'https://webapp.songy.info/',
|
|
'sec-ch-ua': '"Google Chrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"',
|
|
'sec-ch-ua-mobile': '?0',
|
|
'sec-ch-ua-platform': '"macOS"',
|
|
'sec-fetch-dest': 'empty',
|
|
'sec-fetch-mode': 'cors',
|
|
'sec-fetch-site': 'same-site',
|
|
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',
|
|
}
|