mirror of https://gitlab.com/bashrc2/epicyon
More music sites
parent
dd6ea5b332
commit
bf4bd486ee
7
music.py
7
music.py
|
@ -14,7 +14,12 @@ from utils import string_contains
|
|||
from utils import resembles_url
|
||||
|
||||
music_fieldnames = ('music')
|
||||
music_sites = ('bandcamp.com', 'soundcloud.com')
|
||||
|
||||
music_sites = (
|
||||
'bandcamp.com', 'soundcloud.com', 'beatport.com', 'last.fm',
|
||||
'hypeddit.com', 'mixcloud.com', 'reverbnation.com', 'soundclick.com',
|
||||
'pandora.com'
|
||||
)
|
||||
|
||||
|
||||
def get_music_site_url(actor_json: {}) -> str:
|
||||
|
|
Loading…
Reference in New Issue