Skip to content
On this page

Installation

bilix is a powerful Python asynchronous video download tool that requires two steps to install:

  1. pip install(require python >= 3.8)

    shell
    pip install bilix
    

    If you are a macOS user, you can also use brew to install:

    shell
     brew install bilix
    
  2. FFmpeg :A command-line video tool for compositing downloaded audio and video

    INFO

    Just make sure that you can call the ffmpeg command from the command line in the end.

Released under the Apache 2.0 License.