代码拉取完成,页面将自动刷新
# 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()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。