DingTalk Live Playback Download Solution

Dingding live playback is saved for 12 months, what should I do if the teacher does not allow the download, I will arrange it today

Install Fiddler

Link: https://pan.baidu.com/s/18aEsYVJp1tEwVUt2rHXUWA?pwd=1234Extraction 
code: 1234 
 

1. Click the .exe file to download and install Fiddler

 

2. Find the installed software and open it

 

 No update required

3. Add a trust file

 4. Setting software

 

5, these tick

6. Select the script code FiddlerScript

7. Select onBeforeResponse

 8. Jump to the specified location

9. Add the following code in the same location as me 

var sToInsert = "<script src='https://cdn.jsdelivr.net/gh/Tencent/[email protected]/dist/vconsole.min.js'></script><script>var vConsole = new VConsole();</script>"
        oSession.utilDecodeResponse();
        oSession.utilReplaceOnceInResponse('</head>', sToInsert + '</head>', 0);

 

 

10. Then re-open the live playback you need to download in DingTalk, the following logo vConsole will appear, click on the logo

 

 11. Enter the command in the command position: vConsole.showTab("network");

(No blank line) Click the OK button on the right

 12. Enter the following interface, (note that it is swiping up, this url is above)

 13. Copy the url path, be sure to copy the entire

 14. Unzip the m3u8 downloader below (unzip to a folder, which contains integrated software)

Link: https://pan.baidu.com/s/1d7U2NJD1EqoK-rd1tFbrCQ?pwd=1234 
Extraction code: 1234 

15. Double click to run it

16. Paste the path but specify the location

 

17. Click GO to run the software

Note: The file is saved under Download by default in the folder where you unzipped the software (the software is self-built)

 Video download is complete, sprinkle flowers

Guess you like

Origin blog.csdn.net/qq_44741467/article/details/122356155