Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yandex Music Updates #197

Merged
merged 5 commits into from
May 16, 2024
Merged

Yandex Music Updates #197

merged 5 commits into from
May 16, 2024

Commits on May 15, 2024

  1. - Wrote coverUri parser, forgot that there are itemsUri (For example,…

    … several avatars, then there will be no uri).
    
    - Also wrote load limits (to not load playlists with more than 2000 tracks if someone doesn't need it).
    - Now you can get similar tracks using ymrec:identifier query (only for one track).
    - Also added support for music.yandex.by and music.yandex.kz domains.
    - Having analyzed it, I can see that deviant tracks don't have key "available" (which all normal tracks have), so I moved the logic to parseTracks to make it safe.
    Krispeckt committed May 15, 2024
    Configuration menu
    Copy the full SHA
    98fa3fd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Added ymrec to readme and added config default values for yandex musi…

    …c. Now the ending of the domain name depends on the link given to it, "com" is used in searches
    Krispeckt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f4c1dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f04ff83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36cc994 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e7e06 View commit details
    Browse the repository at this point in the history