Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Update RE_FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
piplongrun authored Apr 11, 2018
1 parent ec2f6d2 commit a184901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

VERSION = '3.2'
SERACH_URL = 'https://muvio.api.tadata.me/v2/?artist={}'
RE_FILTER = Regex('Best Of|Hits Collection|Soundtrack|Various Artists', Regex.IGNORECASE)
RE_FILTER = Regex('Best Of|Hits Collection|Sound ?track|Unknown Artist|Various Artists', Regex.IGNORECASE)
RE_SPLIT_TITLE = Regex(' \(?feat(?:\.|uring) ')

HTTP_HEADERS = {
Expand Down

0 comments on commit a184901

Please sign in to comment.