You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wolfbolin
added
NEW
New feature requirements
OPEN
The problem remains unsolved
DONE
Problem solved or answered
and removed
OPEN
The problem remains unsolved
DONE
Problem solved or answered
NEW
New feature requirements
labels
Nov 30, 2019
可以这样先改下,不能看到具体分集的name ,新的文件名为:原视频name + 按顺序加了 0 1 2 3.;多加了个重复文件的校验
i = 0
for video in video_list:
# print('video' + video)
name = album.name+""+str(i)
file_name = path + name + ".mp4"
if os.path.exists(file_name) is False:
video.sync(cookie=cookie)
task = BiliUtil.Task(
video, '/Volumes/first/others/bilibili/', name)
task.start()
i = i+1
Video类能否增加多集视频中每集视频的标题(Video.title)。有时候下载一个Album下的所有视频时,给每集视频都要重命名很不方便,最好是能按b站每集视频的标题来命名,1来可以提现视频的内容,2来可以避免视频名称重复。
The text was updated successfully, but these errors were encountered: