1 Star 1 Fork 1

qywk99/iqiyi-parser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CommonVar.py 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZSAIm 提交于 2019-05-06 23:26 . 分离解析核心,支持repo更新核心
# status
SHUTDOWN = False
ALLTASKDONE = False
# parse
SEL_RES = None
PARAER_DOMAIN_MAPPING = {
'iqiyi.py': ['iqiyi.com'],
'bilibili.py': ['bilibili.com'],
'tencent.py': ['v.qq'],
'youku.py': ['youku'],
}
PARSER_PATH = 'core'
# REPO = 'https://raw.githubusercontent.com/ZSAIm/iqiyi-parser/master/core/'
REPO = 'https://raw.githubusercontent.com/ZSAIm/iqiyi-parser/zsaim/core/'
# copy link
CPYLINK_SEL_ITEMS = {}
LISTCTRL_ITEMS = []
# download
MAX_CONN = 5
MAX_TASK = 3
BUFFER_SIZE = 20
FILEPATH = ''
BLOCK_SIZE = 512
UNDONE_JOB = ''
# merge
FFMPEG_PATH = ''
MER_VIDEO_AUDIO = object()
MER_CONCAT_SIMPLE = object()
MER_CONCAT_DEMUXER = object()
MER_CONCAT_PROTOCAL = object()
MER_CONVERT_MP4 = object()
MER_CONVERT_FLV = object()
MER_CONVERT_MKV = object()
TARGET_FORMAT = '.mp4'
import wx
# wxID
ID_PARSER_GODOWNLOAD = wx.NewId()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qywk99/iqiyi-parser.git
git@gitee.com:qywk99/iqiyi-parser.git
qywk99
iqiyi-parser
iqiyi-parser
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385