iawia002 / lux

👾 Fast and simple video download library and CLI tool written in Go
MIT License
27.85k stars 3k forks source link

bilibili列表似乎只能读取第一个了? #892

Open MCJiu opened 3 years ago

MCJiu commented 3 years ago

image

UniKrau commented 3 years ago

!/bin/bash

url="https://www.bilibili.com/video/BV1d4411v7u7?p" for i in {2..32} do echo "Downloading $url=$i" annie $url=$i done

chenweil commented 3 years ago

annie -p