This commit is contained in:
@@ -40,7 +40,7 @@ def yt_cover(youtube_url):
|
||||
if not video_id:
|
||||
return
|
||||
|
||||
return f"https://img.youtube.com/vi/{video_id}/sddefault.jpg"
|
||||
return f"https://img.youtube.com/vi/{video_id}/2.jpg"
|
||||
|
||||
def parse_listens(json: dict) -> dict:
|
||||
new_json = {
|
||||
|
||||
Reference in New Issue
Block a user