Skip to content

Commit

Permalink
Merge pull request #17 from Kanin/master
Browse files Browse the repository at this point in the history
YouTube no longer provides descriptions
  • Loading branch information
AndyTempel authored Apr 21, 2021
2 parents 9ca989e + 766d203 commit af0df4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ksoftapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def __init__(self, data: dict):
self.youtube_link: str = youtube['link']
self.youtube_title: str = youtube['title']
self.youtube_thumbnail: str = youtube['thumbnail']
self.youtube_description: str = youtube['description']

self.spotify_id: str = spotify['id']
self.spotify_name: str = spotify['name']
Expand Down

0 comments on commit af0df4a

Please sign in to comment.