${i + 1} |
+
+
+
+ ${hotBand.title}
+ |
+
+
+ ${durationStr} (${hotBand.duration}s) |
+
+
+
+
+ |
+
+
+
+
+ |
+
- ${hotBand.aid} |
+
+ aid: ${hotBand.aid}
+ bvid: ${hotBand.bvid}
+ cid: ${hotBand.cid}
+ |
+
+
+ ${hotBand.tname} |
+
+
+
+ pubdate: ${new Date(hotBand.pubdate * 1000).toLocaleString()}
+ ctime: ${new Date(hotBand.ctime * 1000).toLocaleString()}
+ |
+
+
+ ${hotBand.desc} |
+
+
+
+
+ ${hotBand.owner.name}
+ (${hotBand.owner.mid})
+
+ |
+
+
+
+ 播放: ${hotBand.stat.view}
+ 弹幕: ${hotBand.stat.danmaku}
+ 评论: ${hotBand.stat.reply}
+ 喜欢: ${hotBand.stat.favorite}
+ 投币: ${hotBand.stat.coin}
+ 分享: ${hotBand.stat.share}
+
+ 历史排名: ${hotBand.stat.his_rank}
+ 喜欢数: ${hotBand.stat.like}
+ 不喜欢数: ${hotBand.stat.dislike}
+
+ |
+
+
+
+ ${hotBand.dimension.width}:${hotBand.dimension.height}
+ (${hotBand.dimension.width / dimension_gcd}:${hotBand.dimension.height / dimension_gcd})
+
+
+ |
+
+
+
+ ${hotBand.pub_location}
+ |
+
+
${hotBand.videos} |
${hotBand.tid} |
-
- ${hotBand.tname} |
${hotBand.copyright} |
-
- ${hotBand.pic} |
-
- ${hotBand.title} |
-
- ${hotBand.pubdate} |
-
- ${hotBand.ctime} |
-
- ${hotBand.desc} |
${hotBand.state} |
-
- ${hotBand.duration} |
-
- ${hotBand.mission_id} |
${JSON.stringify(hotBand.rights)} |
-
- ${JSON.stringify(hotBand.owner)} |
-
- ${JSON.stringify(hotBand.stat)} |
${hotBand.dynamic} |
-
- ${hotBand.cid} |
-
- ${JSON.stringify(hotBand.dimension)} |
-
- ${hotBand.short_link} |
-
- ${hotBand.short_link_v2} |
-
- ${hotBand.first_frame} |
-
- ${hotBand.pub_location} |
-
- ${hotBand.bvid} |
${hotBand.score} |
+
+ ${hotBand.mission_id ? hotBand.mission_id : ''} |
- ${hotBand.season_id} |
+ ${hotBand.season_id ? hotBand.season_id : ''} |
- ${hotBand.up_from_v2} |
+ ${hotBand.up_from_v2 ? hotBand.up_from_v2 : ''} |
- ${JSON.stringify(hotBand.others)} |
+
+ ${hotBand.others
+ ? ` ${JSON.stringify(hotBand.others)} `
+ : ''}
+ |
`);
}
str.push(`