mirror of
https://github.com/beetbox/beets.git
synced 2025-12-08 01:23:09 +01:00
Fix GitHub user page regex
This commit is contained in:
parent
52ca0cbfde
commit
7621cdfeb9
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ extlinks = {
|
|||
|
||||
linkcheck_ignore = [
|
||||
r'https://github.com/beetbox/beets/issues/',
|
||||
r'https://github.com/\w+$', # ignore user pages
|
||||
r'https://github.com/[^/]+$', # ignore user pages
|
||||
r'.*localhost.*',
|
||||
r'https://www.musixmatch.com/', # blocks requests
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue