Fix aid & bvid params (ifx #4818)

This commit is contained in:
the1812 2024-09-22 20:38:02 +08:00
parent 3635d74ef8
commit a84c6e5180

View File

@ -100,6 +100,8 @@ export const videoSeasonBatchInput: DownloadVideoInput = {
n: formatNumber(page, totalEpisodesLength),
title: episode.page.part,
cid: episode.cid,
aid: episode.aid,
bvid: episode.bvid,
ep: episode.title,
user: owner.name,
userID: owner.mid?.toString(),