Skip to content

Commit

Permalink
update headers for lyrics providers
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Aug 30, 2022
1 parent 11e8155 commit cdaf376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spotdl/providers/lyrics/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cdaf376

Please sign in to comment.