Add initial version of searchproviders YAML.

This commit is contained in:
Nekojimi 2021-09-24 15:39:03 +01:00
parent e603a6aea9
commit 358b4e11c8
1 changed files with 21 additions and 0 deletions

21
searchproviders.yml Normal file
View File

@ -0,0 +1,21 @@
- 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: