mirror of
https://github.com/xhlove/GetDanMu.git
synced 2025-12-17 00:25:58 +08:00
19 lines
433 B
Python
19 lines
433 B
Python
#!/usr/bin/env python
|
|
# coding=utf-8
|
|
'''
|
|
# 作者: weimo
|
|
# 创建日期: 2020-01-04 13:16:18
|
|
# 上次编辑时间 : 2020-01-04 16:08:34
|
|
# 一个人的命运啊,当然要靠自我奋斗,但是...
|
|
'''
|
|
qqlive = {
|
|
"User-Agent":"qqlive"
|
|
}
|
|
iqiyiplayer = {
|
|
"User-Agent":"Qiyi List Client PC 7.2.102.1343"
|
|
}
|
|
fonts = {
|
|
"微软雅黑":"msyh.ttc",
|
|
"微软雅黑粗体":"msyhbd.ttc",
|
|
"微软雅黑细体":"msyhl.ttc",
|
|
} |