Skip to content

Commit

Permalink
[genius] Try to fix 403 in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moehmeni committed Mar 15, 2024
1 parent 52d3ce0 commit 0c39d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncedlyrics/providers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LRCProvider:
"""

def __init__(self) -> None:
self.session = requests.Session()
self.session = requests.Session(impersonate="chrome")

def get_lrc_by_id(self, track_id: str) -> Optional[str]:
"""
Expand Down

0 comments on commit 0c39d0f

Please sign in to comment.