Discord bot that plays music from every website ever via youtube-dl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chords/searchproviders.yml

21 lines
553 B

- name: Soundcloud
search_url: https://soundcloud.com/search/sounds?q=$QUERY
result_item: li.searchList__item
result_fields:
artist: .soundTitle__username
title: .soundTitle__title
link_href: a.soundTitle__title
- name: Bandcamp
search_url: https://bandcamp.com/search?q=$QUERY&item_type
result_item: li.searchresult
result_fields:
title: .heading
link_href: .heading a
album_artist: .subhead
# - name: Youtube
# search_url:
# result_item:
# result_fields:
# title:
# link_href:
# album_artist: