you-get命令行下载工具初体验

  |   0 评论   |   0 浏览

背景

初体验

安装

python3 -m pip install -i http://pypi.douban.com/simple/ you-get

版本

% you-get -V
you-get: version 0.4.1500, a tiny downloader that scrapes the web.

bilibili为例

查看信息

noah@abeffect:~$ you-get -i https://www.bilibili.com/video/BV1fr4y1P7v5
site:                Bilibili
title:               大雄...已经...无所谓了...【第四期】!!!!
streams:             # Available quality and codecs
    [ DASH ] ____________________________________
    - format:        dash-flv
      container:     mp4
      quality:       高清 1080P
      size:          14.0 MiB (14722273 bytes)
    # download-with: you-get --format=dash-flv [URL]

    - format:        dash-flv720
      container:     mp4
      quality:       高清 720P
      size:          11.3 MiB (11881364 bytes)
    # download-with: you-get --format=dash-flv720 [URL]

下载音频

% you-get https://www.bilibili.com/video/BV1fr4y1P7v5
site:                Bilibili
title:               大雄...已经...无所谓了...【第四期】!!!!
stream:
    - format:        dash-flv
      container:     mp4
      quality:       高清 1080P
      size:          14.0 MiB (14722273 bytes)
    # download-with: you-get --format=dash-flv [URL]

Downloading 大雄...已经...无所谓了...【第四期】!!!!.mp4 ...
 100% ( 14.0/ 14.0MB) ├████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████┤[2/2]   10 MB/s
Merging video parts... Merged into 大雄...已经...无所谓了...【第四期】!!!!.mp4

Downloading 大雄...已经...无所谓了...【第四期】!!!!.cmt.xml ...

参考