💥 Remove author information
This commit is contained in:
parent
d10e9a7088
commit
1d963e6f5b
2 changed files with 0 additions and 3 deletions
|
@ -7,7 +7,6 @@ from os import PathLike
|
|||
class Video:
|
||||
def __init__(self, video_number: str):
|
||||
self.title = None
|
||||
self.author = None
|
||||
self.received_bytes = 0
|
||||
self.length = 0
|
||||
video_number = video_number.strip()
|
||||
|
@ -35,7 +34,6 @@ class Video:
|
|||
except:
|
||||
raise BiliBiliAPIException("Error happens with bilibili-api-python.")
|
||||
self.title = info["title"]
|
||||
self.author = info["owner"]["name"]
|
||||
|
||||
def get_url(self):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue