mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Add genius to linkcheck ignore list
This commit is contained in:
parent
7621cdfeb9
commit
14a5630381
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ linkcheck_ignore = [
|
|||
r'https://github.com/[^/]+$', # ignore user pages
|
||||
r'.*localhost.*',
|
||||
r'https://www.musixmatch.com/', # blocks requests
|
||||
r'https://genius.com/', # blocks requests
|
||||
]
|
||||
|
||||
# Options for HTML output
|
||||
|
|
|
|||
Loading…
Reference in a new issue