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 = {
|
||||
|
||||
@@ -44,6 +44,7 @@ h3 {
|
||||
img {
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
object-fit: cover;
|
||||
border-radius: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user