Using Python Download: You-Get method of installation and use

You-Get is a very good site for video download tool. Use You-Get can easily download the videos, pictures and music on the network.

1. Open the URL https://www.python.org/

Download and install Python, pay attention to check the Add Python 3.5 to PATH, as shown in

 

FIG installation:

 

2. Press Win + R key to open operation, input cmd, and then enter the transport python execution (not shown in run if the system administrator)

 

3. Press the key to open the run Win + R, type cmd, and then enter the command pip3 install you-get, install the input command you-get you-get

 

4. You can now download, iQIYI here to download the video, for example, open a command window, type the command

you-get -o E:/1 http://www.meipai.com/media/454570774

Wen downloaded file will be saved to E: / 1 Lane.

 

ps: You-Get the current site has a lot that can be downloaded, such as foreign Youtube, Vimeo, Tumblr, Instagram, etc., domestic love Fantastic Art, Youku, music visual, beep beep miles miles and so on.

About the practice:

Download Wu Yifan and Zhao Liying of an MV

 

Here I need to copy the link to the page down:

https://y.qq.com/n/yqq/mv/v/g0025dltuzc.html

Then enter cmd window: you-get + required to download the video link,

That is, enter:

you-get-o E:/1https://y.qq.com/n/yqq/mv/v/g0025dltuzc.html

 

Download completed!

In-depth attention to the problem definition

Examples of such https://v.youku.com/v_show/id_XMzg3MjI0NTc2NA==.html?spm=a2h0k.11417342.soresults.dtitle

 

Then enter cmd inside: you-get -i + video link

That is:

you-get -i https://v.youku.com/v_show/id_XMzg3MjI0NTc2NA==.html?spm=a2h0k.11417342.soresults.dtitle

然后enter确定就可以查看视频的清晰度有哪些

显示有多种:超清,高清,标清,

 

然后我们下载想要下载的视频样式,比如下载高清的,高清是:-format=mp4sd

那么我们在cmd中输入:

you-get --format=mp4sd https://v.youku.com/v_show/id_XMzg3MjI0NTc2NA==.html?spm=a2h0k.11417342.soresults.dtitle

 

  • 原文链接:https://kuaibao.qq.com/s/20181109G009PR00?refer=cp_1026

Guess you like

Origin www.cnblogs.com/ningjiabing/p/11246240.html