Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Discogs ID extractor to support short format
- Often discogs release links used to be written as discogs.com/release/<id> - Extend one of the existing regex patterns to support that by making the trailing dash (-) optional. - Save a new test regex on regex101.com and update the link to it.
- Loading branch information