DJDoubleD / refreezer

An alternative Deezer music streaming & downloading client, based on Freezer.
GNU General Public License v3.0
221 stars 5 forks source link

[Enhancement] Recognize ARLs with 175 characters as potentially valid #21

Closed DJDoubleD closed 1 month ago

DJDoubleD commented 1 month ago

🚀 Enhancement Request

Is your enhancement request related to a problem? Please describe.

Apparently there are now also valid ARLs that are 175 characters long instead of the expected 192 characters. When the app can't log in with an arl, it detects all input different from 192 length as invalid. But it seems it should also recognize 175 as (potentially) valid.


Describe the solution you'd like

It's only a rare edge case, but only display the "Invalid ARL length!" error message when login failed and input is not 175 nor 192 characters in length.