Skip to content

Commit af0df4a

Browse files
authored
Merge pull request #17 from Kanin/master
YouTube no longer provides descriptions
2 parents 9ca989e + 766d203 commit af0df4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ksoftapi/models.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def __init__(self, data: dict):
110110
self.youtube_link: str = youtube['link']
111111
self.youtube_title: str = youtube['title']
112112
self.youtube_thumbnail: str = youtube['thumbnail']
113-
self.youtube_description: str = youtube['description']
114113

115114
self.spotify_id: str = spotify['id']
116115
self.spotify_name: str = spotify['name']

0 commit comments

Comments
 (0)