We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463737d commit 9b463e7Copy full SHA for 9b463e7
scripts/tiktok_batchDownload.js
@@ -353,7 +353,7 @@ export default {
353
<td>${v.index}</td>
354
<td>
355
<a target="_blank" href="${v.video.playAddr}">
356
- <img src="${v.video.originCover}" style="width:150px" />
+ <img src="${v.video.dynamicCover || v.video.cover}" style="width:150px" />
357
</a>
358
</td>
359
<td><p style="max-width:200px">${v.desc}</p></td>
0 commit comments