diff --git a/spotdl/providers/lyrics/base.py b/spotdl/providers/lyrics/base.py index 516e51476..b8204a6ce 100644 --- a/spotdl/providers/lyrics/base.py +++ b/spotdl/providers/lyrics/base.py @@ -19,9 +19,9 @@ def __init__(self): "Connection": "keep-alive", "Pragma": "no-cache", "Cache-Control": "no-cache", - "sec-ch-ua": '" Not;A Brand";v="99", "Google Chrome";v="91", "Chromium";v="91"', - "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) " - "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36", + "sec-ch-ua": '"Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"', + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 " + "(KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36", "Accept": "*/*", "Sec-Fetch-Site": "same-origin", "Sec-Fetch-Mode": "cors",