Mainly used for downloading when the DingTalk administrator turns off the replay download function
Python
DingTalk
ffmpeg
ffmpeg must be installed! ffmpeg must be installed! ffmpeg must be installed! Say important things three times.
ffmpeg
is installed to synthesize ts slice files into a complete mp4
file.
>>>Download address<<<
Create a folder, tsDir
is used to store ts slice files.
# Unix System$ mkdir tsDir
Get the live replay link. The main purpose is to obtain the two parameter values encCid
and liveUuid
.
For example: https://h5.dingtalk.com/group-live-share/index.htm?encCid=&liveUuid=
Run the file and wait patiently. (The default download thread is 16).
$ python3 main.py -e <encCid> -l <liveUuid>
After the file download is completed, clear the tsDir
folder.
Just submit the ISSUE. If I have time, I will definitely update OvO and will update some convenient features later. For example, automatically delete ts files, etc.