deepjyoti30 / ytmdl

A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
https://ytmdl.deepjyoti30.dev
MIT License
3.22k stars 164 forks source link

Saavn songs doesn't have 100x100 album art #285

Open hariprasanths opened 1 year ago

hariprasanths commented 1 year ago

Bug report

Checklist

Version Info

Ytmdl version: 2023.07.27 yt-dlp version: 2023.11.14

How Ytmdl was installed?

pip

Console Log

No debug level errors as the url with 100x100 returns a valid response with blob not found XML page.

Description

Some songs from Saavn doesn't have a 100x100 variant album cover and has only the 500x500 variant. Example url - https://c.saavncdn.com/635/Vaaranam-Aayiram-Tamil-2008-20190629141128-100x100.jpg. Can we convert the file after downloading the original version.

deepjyoti30 commented 11 months ago

Can we convert the file after downloading the original version.

Not sure what you mean by this?

Since your concern is about the 100x100 image returning a 404, I can add the 500x500 image as a fallback when that happens. Or even better, I can make 500x500 the default as that's a better resolution to have.