descut
This commit is contained in:
parent
cd3a584ef1
commit
fd4184c6a8
1 changed files with 1 additions and 1 deletions
|
@ -162,9 +162,9 @@ class Video(Object):
|
|||
:param d: video info
|
||||
:type d: dict
|
||||
"""
|
||||
self.description_cut = d["description"]
|
||||
self.uid = d["id"]
|
||||
self.title = d["title"]
|
||||
self.description_cut = d["description"]
|
||||
self.duration = int(d["duration"])
|
||||
self.thumbnail = d["thumbnails"][-1]["url"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue