A brief introduction to the you-get plugin in python to download website videos
(I’m new to java, don’t spray it)
Now the 3.x version does not need to configure environment variables,
Although it's simple, we need a you-get plugin
When installing, mark the following two options √,
After the installation is complete, Win+R, cmd, enter python, generally the version number can be recognized,
Is installed successfully
pip install you-get
pip install lulu
Three, query the download video address
Choose a video you like, copy URL,
you-get -i video address
(you-get -i https://www.bilibili.com/video/av15125181)
You can see two formats here, one flv720 and one mp4
Set the name and address of the downloaded file
you-get –format=Video quality-O custom file name-o path (if you don’t write it, download it in the default directory) download video URL
you-get –format=flv720 -O luge -o download https://www.bilibili.com/video/av15125181
————————————
Well, a video is downloaded, please see the instructions for other commands:
Article from: https://blog.csdn.net/ssh159/article/details/79357279
Recommended Posts