Download the video module with Python

This is a relatively simple method for downloading videos. No code is required.
Go to the official website to download a version of Python3.6 or higher. Mine is the latest version 3.8.

Use the Win + R shortcut key to call out to run, enter cmd, enter pip install you-get to download the module

Start to download, for example, my aerial classroom video, usually the browser can be right-clicked to download directly, but this video intercepts the right-click
Insert picture description here
problem. It is difficult for us programmers, F12 (or Fn + F12) call out the website console, select the video Location, find link
Insert picture description here
copy link
write in cmd
format:
you-get link location

Then download slowly, it becomes, you-get can generally download all videos

Published 253 original articles · praised 373 · 40,000+ views

Guess you like

Origin blog.csdn.net/cool99781/article/details/105703281