Use youget to download bilibili videos on your computer

  1. A brief introduction
    You-get is a project on GitHub, which can also be said to be a command line program to help you download videos, pictures and audio on most mainstream websites.
    There are many supported websites, we can look at some first.
    Foreign website:
    Insert picture description here
    Domestic website:
    Insert picture description here
    Let's demonstrate how to use it step by step.

  2. Installation steps
    Step 1: Download and install python3.7 (latest)
    Step 2: Hold down the "win + R" key on the keyboard, enter "cmd" in the running window that opens, and click OK.
    Step 3: Enter the content below the arrow and click enter to install the you-get tool.
    pip3 install you-get
    Then enter the following content and click enter to upgrade the you-get tool.
    pip3 install --upgrade you-get
    and then you will be prompted to enter the content below.
    python -m pip install --upgrade pip
    Step 4: In fact, here, basically complete the operation ... Yes, it is so simple.
    So, how to download? Just copy the video link (or music, picture link) and paste it ... yes, it's that simple ...

  3. Specific download
    Open the video you want to download and copy the link.
    Enter "you-get video link" in the command line tool and click the "enter" button to download

Published 120 original articles · praised 201 · 230,000 views +

Guess you like

Origin blog.csdn.net/wugenqiang/article/details/104193245