|
|
@ -2,9 +2,9 @@ import time
|
|
|
|
class BilibiliVideo:
|
|
|
|
class BilibiliVideo:
|
|
|
|
def __init__(self, bvId, title, url, uploadTime, topNo, viewCount, likeCount, coinCount,
|
|
|
|
def __init__(self, bvId, title, url, uploadTime, topNo, viewCount, likeCount, coinCount,
|
|
|
|
favoriteCount, commentCount, bulletCount, creatorId, creatorName, creatorFanCount):
|
|
|
|
favoriteCount, commentCount, bulletCount, creatorId, creatorName, creatorFanCount):
|
|
|
|
self.bvId = bvId # 视频标题
|
|
|
|
self.bvId = bvId # 视频bv号
|
|
|
|
|
|
|
|
|
|
|
|
self.title = title # 视频bv号
|
|
|
|
self.title = title # 视频标题
|
|
|
|
|
|
|
|
|
|
|
|
self.url = url # 指向视频的url
|
|
|
|
self.url = url # 指向视频的url
|
|
|
|
|
|
|
|
|
|
|
|