parent
e603a6aea9
commit
358b4e11c8
@ -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: |
Loading…
Reference in new issue