diff --git a/ytm/ytm/__main__.py b/ytm/ytm/__main__.py index b939e9e..28c9997 100644 --- a/ytm/ytm/__main__.py +++ b/ytm/ytm/__main__.py @@ -54,6 +54,11 @@ def download_library(client): dest_dir = Path.home() / "Music" downloader = YoutubeDL( { + "extractor_args": { + "youtube": { + "player_client": ["web_music"], + }, + }, "format": "141", "http_headers": { "Authorization": client.headers["authorization"],