mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-01-10 11:25:53 +00:00
Add tests
This commit is contained in:
@@ -8,7 +8,7 @@ def _getbestthumb(self):
|
||||
if url:
|
||||
return url
|
||||
|
||||
part_url = "http://i.ytimg.com/vi/%s/" % self.videoid
|
||||
part_url = "https://i.ytimg.com/vi/%s/" % self.videoid
|
||||
# Thumbnail resolution sorted in descending order
|
||||
thumbs = ("maxresdefault.jpg",
|
||||
"sddefault.jpg",
|
||||
|
||||
Reference in New Issue
Block a user