From: Sergey Musatov Date: Sat, 6 Jul 2024 10:04:36 +0000 (+0300) Subject: [YandexMusic] Download music in High Quality (320 Kbit/s) X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=f4b47754d9716dbe61372d75e85e965328335ec9;p=youtube-dl [YandexMusic] Download music in High Quality (320 Kbit/s) PR #31159 --- diff --git a/youtube_dl/extractor/yandexmusic.py b/youtube_dl/extractor/yandexmusic.py index 84969f8e1..55d4fb5a0 100644 --- a/youtube_dl/extractor/yandexmusic.py +++ b/youtube_dl/extractor/yandexmusic.py @@ -120,6 +120,7 @@ class YandexMusicTrackIE(YandexMusicBaseIE): download_data = self._download_json( 'https://music.yandex.ru/api/v2.1/handlers/track/%s:%s/web-album_track-track-track-main/download/m' % (track_id, album_id), track_id, 'Downloading track location url JSON', + query={'hq': 1}, headers={'X-Retpath-Y': url}) fd_data = self._download_json(