fix country code + language
This commit is contained in:
parent
955fce58b6
commit
d2b49bbfb9
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class DiscogsRelease(AbstractSite):
|
|||
URL_PATTERNS = [
|
||||
r"https://www\.discogs\.com/release/(\d+)[^\d]*",
|
||||
r"https://www\.discogs\.com/[a-z]{2}/release/(\d+)[^\d]*",
|
||||
r"https://www\.discogs\.com/[a-z]{2}_[A-Z]{2}/release/(\d+)[^\d]*",
|
||||
]
|
||||
WIKI_PROPERTY_ID = "?"
|
||||
DEFAULT_MODEL = Album
|
||||
|
|
Loading…
Add table
Reference in a new issue