mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
lyrics: musixmatch, disable https verification
This commit is contained in:
parent
6756e0cda0
commit
dfc1aa20b3
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ def fetch_url(url):
|
|||
is unreachable.
|
||||
"""
|
||||
try:
|
||||
r = requests.get(url)
|
||||
r = requests.get(url, verify=False)
|
||||
except requests.RequestException as exc:
|
||||
log.debug(u'lyrics request failed: {0}'.format(exc))
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue