Note to self.
To download videos from Bilibili, youtube-dl can be used.
youtube-dl -F <url>
to list the formats available.
Then,
youtube-dl -f 0 <url>
to download the format you want. In this case, 0. Can be any other number as shown in when formats available are listed.
Also, this tool called annie can be used too.
Download from the releases page, then extract the executable, and move it to the /usr/local/bin directory.
sudo mv annie /usr/local/bin
Then, just
annie <url>
will allow the Bilibili video to be downloaded.
No comments:
Post a Comment