-
Notifications
You must be signed in to change notification settings - Fork 6
/
gconfig.py
31 lines (23 loc) · 1.08 KB
/
gconfig.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
'''
Author: SudemQaQ
Date: 2024-03-07 10:21:51
email: mail@szhcloud.cn
Blog: https://blog.szhcloud.cn
github: https://github.com/sang8052
LastEditors: SudemQaQ
LastEditTime: 2024-09-18 12:30:51
Description: 全局配置文件信息
'''
REQUEST_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 NetType/WIFI MicroMessenger/7.0.20.1781(0x6700143B) WindowsWechat(0x6309092b) XWEB/8555 Flue"
REQUEST_5XTV_SRC = "https://cms-tvflow.gsports.net.cn/wxtv/"
REQUEST_5XTV_SRC_REFERER = "https://gsports-wxtv.smgtech.net/"
REQUEST_5XTV_CHANNEL_LIST = "https://gsports-cdn.smgtech.net/api/v1/channel/channel/list.html"
APP_5XTV_M3U8_FILE = "./static/5xtv.m3u8"
APP_5XTV_M3U8_VIP_FILE = "./static/5xtv_vip.m3u8"
APP_5XTV_DES_KEY = "7jKKND2V38eXvJEm"
APP_5XTV_MD5_KEY = "ysc7mpeu6i39"
APP_5XTV_APPID = "5starsalt"
APP_5XTV_NONCESTR = "z7cl7WR9"
CVMART_OSS_ENDPOINT = "https://oss-cn-hangzhou.aliyuncs.com"
CVMART_OSS_BUCKET = "extremevision-js-userfile"
CVMART_OSS_DOMAIN = "https://extremevision-js-userfile.oss-cn-hangzhou.aliyuncs.com/"